diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-02-20 18:16:30 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-02-20 18:16:30 +0000 |
commit | 37149dcf01a3041a534c2c5de84d1a9bdb8c9c6c (patch) | |
tree | 0b7b1a536efabeb9268edf55d0ffc6a4efd35810 /java/demo/Freeze/library/Collocated.java | |
parent | Fixed previous rollback (diff) | |
download | ice-37149dcf01a3041a534c2c5de84d1a9bdb8c9c6c.tar.bz2 ice-37149dcf01a3041a534c2c5de84d1a9bdb8c9c6c.tar.xz ice-37149dcf01a3041a534c2c5de84d1a9bdb8c9c6c.zip |
Fixed bug 1883
Diffstat (limited to 'java/demo/Freeze/library/Collocated.java')
-rw-r--r-- | java/demo/Freeze/library/Collocated.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Freeze/library/Collocated.java b/java/demo/Freeze/library/Collocated.java index 0f5f93ccb14..e1aa8c0412c 100644 --- a/java/demo/Freeze/library/Collocated.java +++ b/java/demo/Freeze/library/Collocated.java @@ -46,7 +46,7 @@ class LibraryCollocated extends Ice.Application // Create an Evictor for books. // Freeze.Evictor evictor = Freeze.Util.createEvictor(adapter, _envName, "books", null, null, true); - int evictorSize = properties.getPropertyAsInt("Library.EvictorSize"); + int evictorSize = properties.getPropertyAsInt("EvictorSize"); if(evictorSize > 0) { evictor.setSize(evictorSize); |