diff options
Diffstat (limited to 'java/demo/Freeze/library/LibraryI.java')
-rw-r--r-- | java/demo/Freeze/library/LibraryI.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/demo/Freeze/library/LibraryI.java b/java/demo/Freeze/library/LibraryI.java index 0479a948267..64557a582fa 100644 --- a/java/demo/Freeze/library/LibraryI.java +++ b/java/demo/Freeze/library/LibraryI.java @@ -107,9 +107,8 @@ class LibraryI extends _LibraryDisp try { // - // Lookup all phone book books that match a name, and - // return them to the caller. See the comment in - // getNewIdentity why the prefix "N" is needed. + // Lookup all books that match the given authors, and + // return them to the caller. // String[] isbnSeq = (String[])_authors.get(authors); |