diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-03-14 23:21:57 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-03-14 23:21:57 +0000 |
commit | a6037556073b064e51dcbbaa5bbf90c5e890104e (patch) | |
tree | 8a30f7cbb10849c9b3866c66f5a8f3435e46f190 /java/demo/Freeze/library/LibraryI.java | |
parent | comment (diff) | |
download | ice-a6037556073b064e51dcbbaa5bbf90c5e890104e.tar.bz2 ice-a6037556073b064e51dcbbaa5bbf90c5e890104e.tar.xz ice-a6037556073b064e51dcbbaa5bbf90c5e890104e.zip |
Minor changes.
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); |