diff options
Diffstat (limited to 'java/demo/book/evictor_filesystem/FileI.java')
-rw-r--r-- | java/demo/book/evictor_filesystem/FileI.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/java/demo/book/evictor_filesystem/FileI.java b/java/demo/book/evictor_filesystem/FileI.java index 5455b0880c6..08e86aa6eb5 100644 --- a/java/demo/book/evictor_filesystem/FileI.java +++ b/java/demo/book/evictor_filesystem/FileI.java @@ -33,13 +33,13 @@ public final class FileI extends PersistentFile throws PermissionDenied { synchronized(this) - { - if(_destroyed) - { - throw new Ice.ObjectNotExistException(current.id, current.facet, current.operation); - } - _destroyed = true; - } + { + if(_destroyed) + { + throw new Ice.ObjectNotExistException(current.id, current.facet, current.operation); + } + _destroyed = true; + } // // Because we use a transactional evictor, these updates are guaranteed to be atomic. |