Rmove fixme

This commit is contained in:
James Agnew 2024-11-20 19:47:49 -05:00
parent bc32b087d2
commit f3571c9420
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}