diff options
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); |