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 1e2539f01f3..1eeab28e45b 100644 --- a/java/demo/Freeze/library/Collocated.java +++ b/java/demo/Freeze/library/Collocated.java @@ -51,7 +51,7 @@ class LibraryCollocated extends Freeze.Application // // Create the library, and add it to the Object Adapter. // - LibraryI library = new LibraryI(adapter, dbAuthors, evictor); + LibraryI library = new LibraryI(dbAuthors, evictor); adapter.add(library, Ice.Util.stringToIdentity("library")); // |