summaryrefslogtreecommitdiff
path: root/java/demo/Freeze/library/LibraryI.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-03-14 23:21:57 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-03-14 23:21:57 +0000
commita6037556073b064e51dcbbaa5bbf90c5e890104e (patch)
tree8a30f7cbb10849c9b3866c66f5a8f3435e46f190 /java/demo/Freeze/library/LibraryI.java
parentcomment (diff)
downloadice-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.java5
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);