Rmove fixme
This commit is contained in:
parent
bc32b087d2
commit
f3571c9420
|
@ -860,12 +860,6 @@ public class ResourceTable extends BaseHasResource implements Serializable, IBas
|
|||
|
||||
populateHistoryEntityVersionAndDates(retVal);
|
||||
|
||||
// FIXME: delete?
|
||||
// if (getCurrentVersionEntity() != null && getCurrentVersionEntity().getId() != null &&
|
||||
// isVersionUpdatedInCurrentTransaction()) {
|
||||
// retVal.setVersion(getCurrentVersionEntity().getVersion() + 1);
|
||||
// }
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue