mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 09:55:09 +00:00
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…
x
Reference in New Issue
Block a user