No effective change - update tests with EBasicVer new constructor

This commit is contained in:
Robin Bygrave
2016-08-02 11:06:09 +12:00
parent e6e6a28245
commit e2ee6e8e98
20 changed files with 75 additions and 51 deletions
@@ -25,6 +25,10 @@ public class EBasicVer {
@Version
Timestamp lastUpdate;
public EBasicVer(String name) {
this.name = name;
}
public Integer getId() {
return id;
}