From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- doc/uk/org/ury/library/LibraryUtils.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/uk/org/ury/library/LibraryUtils.html') diff --git a/doc/uk/org/ury/library/LibraryUtils.html b/doc/uk/org/ury/library/LibraryUtils.html index 57b5d23..5d72605 100644 --- a/doc/uk/org/ury/library/LibraryUtils.html +++ b/doc/uk/org/ury/library/LibraryUtils.html @@ -2,12 +2,12 @@ - + LibraryUtils - + @@ -55,7 +55,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -140,7 +140,7 @@ A set of common utility routines to facilitate the extraction of -static java.util.List<LibraryItem> +static java.util.List<LibraryItem> search(DatabaseDriver db, java.lang.String search) @@ -190,7 +190,7 @@ public LibraryUtils()

search

-public static java.util.List<LibraryItem> search(DatabaseDriver db,
+public static java.util.List<LibraryItem> search(DatabaseDriver db,
                                                  java.lang.String search)
                                           throws QueryFailureException,
                                                  EmptySearchException
@@ -242,7 +242,7 @@ public static java.util.List<PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   -- cgit v1.2.3