diff options
Diffstat (limited to 'java/src/Freeze/ObjectStore.java')
-rw-r--r-- | java/src/Freeze/ObjectStore.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/Freeze/ObjectStore.java b/java/src/Freeze/ObjectStore.java index 9e43a28c8ee..fcd3253dab0 100644 --- a/java/src/Freeze/ObjectStore.java +++ b/java/src/Freeze/ObjectStore.java @@ -428,6 +428,7 @@ class ObjectStore implements IceUtil.Store // Load a servant from the database; will end up in the cache associated with // this ObjectStore. This load is not transactional. // + @Override public Object load(Object identObj) { |