aboutsummaryrefslogtreecommitdiff
path: root/doc/uk/org/ury/common/library
diff options
context:
space:
mode:
Diffstat (limited to 'doc/uk/org/ury/common/library')
-rw-r--r--doc/uk/org/ury/common/library/LibraryUtils.html27
-rw-r--r--doc/uk/org/ury/common/library/class-use/LibraryUtils.html4
-rw-r--r--doc/uk/org/ury/common/library/exceptions/EmptySearchException.html4
-rw-r--r--doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html6
-rw-r--r--doc/uk/org/ury/common/library/exceptions/package-frame.html4
-rw-r--r--doc/uk/org/ury/common/library/exceptions/package-summary.html4
-rw-r--r--doc/uk/org/ury/common/library/exceptions/package-tree.html4
-rw-r--r--doc/uk/org/ury/common/library/exceptions/package-use.html4
-rw-r--r--doc/uk/org/ury/common/library/item/LibraryItem.html4
-rw-r--r--doc/uk/org/ury/common/library/item/LibraryItemProperty.html4
-rw-r--r--doc/uk/org/ury/common/library/item/class-use/LibraryItem.html6
-rw-r--r--doc/uk/org/ury/common/library/item/class-use/LibraryItemProperty.html4
-rw-r--r--doc/uk/org/ury/common/library/item/package-frame.html4
-rw-r--r--doc/uk/org/ury/common/library/item/package-summary.html4
-rw-r--r--doc/uk/org/ury/common/library/item/package-tree.html4
-rw-r--r--doc/uk/org/ury/common/library/item/package-use.html4
-rw-r--r--doc/uk/org/ury/common/library/package-frame.html4
-rw-r--r--doc/uk/org/ury/common/library/package-summary.html8
-rw-r--r--doc/uk/org/ury/common/library/package-tree.html4
-rw-r--r--doc/uk/org/ury/common/library/package-use.html4
20 files changed, 54 insertions, 57 deletions
diff --git a/doc/uk/org/ury/common/library/LibraryUtils.html b/doc/uk/org/ury/common/library/LibraryUtils.html
index 17c9bd1..39bac0c 100644
--- a/doc/uk/org/ury/common/library/LibraryUtils.html
+++ b/doc/uk/org/ury/common/library/LibraryUtils.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:46 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 -->
<TITLE>
LibraryUtils
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
@@ -101,8 +101,8 @@ java.lang.Object
</PRE>
<P>
-A set of common utility routines to facilitate the extraction of
- library items from the library areas of the URY database.
+A set of common utility routines to facilitate the extraction of library
+ items from the library areas of the URY database.
<P>
<P>
@@ -145,7 +145,7 @@ A set of common utility routines to facilitate the extraction of
java.lang.String&nbsp;search)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a library search.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs a library search.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -195,20 +195,17 @@ public static java.util.List&lt;<A HREF="../../../../../uk/org/ury/common/librar
throws <A HREF="../../../../../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A>,
<A HREF="../../../../../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A></PRE>
<DL>
-<DD>Perform a library search.
+<DD>Performs a library search.
<P>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>db</CODE> - The database to query.<DD><CODE>search</CODE> - The search fragment to include in the search.
- Can be empty or null.
+<DT><B>Parameters:</B><DD><CODE>db</CODE> - The database to query.<DD><CODE>search</CODE> - The search fragment to include in the search. Can be empty or
+ null.
<DT><B>Returns:</B><DD>a list of LibraryItems matching the search terms.
<DT><B>Throws:</B>
-<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the search term is
- are null.
-<DD><CODE><A HREF="../../../../../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A></CODE> - if the database backend
- yielded an error while executing the search
- query.
-<DD><CODE><A HREF="../../../../../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A></CODE> - if the search term is
- empty (to be handled as a user error).</DL>
+<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the search term is are null.
+<DD><CODE><A HREF="../../../../../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A></CODE> - if the database backend yielded an error while executing the
+ search query.
+<DD><CODE><A HREF="../../../../../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A></CODE> - if the search term is empty (to be handled as a user error).</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
diff --git a/doc/uk/org/ury/common/library/class-use/LibraryUtils.html b/doc/uk/org/ury/common/library/class-use/LibraryUtils.html
index ceeb507..55b07c0 100644
--- a/doc/uk/org/ury/common/library/class-use/LibraryUtils.html
+++ b/doc/uk/org/ury/common/library/class-use/LibraryUtils.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Class uk.org.ury.common.library.LibraryUtils
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html b/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html
index 6275938..be18c1b 100644
--- a/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html
+++ b/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:47 GMT 2011 -->
<TITLE>
EmptySearchException
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html b/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html
index fef6228..22cad31 100644
--- a/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html
+++ b/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Class uk.org.ury.common.library.exceptions.EmptySearchException
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
@@ -121,7 +121,7 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/library/exceptions/Empty
java.lang.String&nbsp;search)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a library search.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs a library search.</TD>
</TR>
</TABLE>
&nbsp;
diff --git a/doc/uk/org/ury/common/library/exceptions/package-frame.html b/doc/uk/org/ury/common/library/exceptions/package-frame.html
index 9eabd15..e7cd898 100644
--- a/doc/uk/org/ury/common/library/exceptions/package-frame.html
+++ b/doc/uk/org/ury/common/library/exceptions/package-frame.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.library.exceptions
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/exceptions/package-summary.html b/doc/uk/org/ury/common/library/exceptions/package-summary.html
index 71be17a..3820a99 100644
--- a/doc/uk/org/ury/common/library/exceptions/package-summary.html
+++ b/doc/uk/org/ury/common/library/exceptions/package-summary.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.library.exceptions
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/exceptions/package-tree.html b/doc/uk/org/ury/common/library/exceptions/package-tree.html
index b6fd4b7..1d7fda1 100644
--- a/doc/uk/org/ury/common/library/exceptions/package-tree.html
+++ b/doc/uk/org/ury/common/library/exceptions/package-tree.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.library.exceptions Class Hierarchy
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/exceptions/package-use.html b/doc/uk/org/ury/common/library/exceptions/package-use.html
index fe5dfca..b0c91aa 100644
--- a/doc/uk/org/ury/common/library/exceptions/package-use.html
+++ b/doc/uk/org/ury/common/library/exceptions/package-use.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Package uk.org.ury.common.library.exceptions
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/item/LibraryItem.html b/doc/uk/org/ury/common/library/item/LibraryItem.html
index d72ba28..2358ecf 100644
--- a/doc/uk/org/ury/common/library/item/LibraryItem.html
+++ b/doc/uk/org/ury/common/library/item/LibraryItem.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:47 GMT 2011 -->
<TITLE>
LibraryItem
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/item/LibraryItemProperty.html b/doc/uk/org/ury/common/library/item/LibraryItemProperty.html
index 7b2150e..fc02d8a 100644
--- a/doc/uk/org/ury/common/library/item/LibraryItemProperty.html
+++ b/doc/uk/org/ury/common/library/item/LibraryItemProperty.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:47 GMT 2011 -->
<TITLE>
LibraryItemProperty
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html b/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html
index f460c06..2af73bc 100644
--- a/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html
+++ b/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Class uk.org.ury.common.library.item.LibraryItem
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
@@ -121,7 +121,7 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/library/item/LibraryItem
java.lang.String&nbsp;search)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Perform a library search.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs a library search.</TD>
</TR>
</TABLE>
&nbsp;
diff --git a/doc/uk/org/ury/common/library/item/class-use/LibraryItemProperty.html b/doc/uk/org/ury/common/library/item/class-use/LibraryItemProperty.html
index 20e6507..a2d52a1 100644
--- a/doc/uk/org/ury/common/library/item/class-use/LibraryItemProperty.html
+++ b/doc/uk/org/ury/common/library/item/class-use/LibraryItemProperty.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Class uk.org.ury.common.library.item.LibraryItemProperty
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/item/package-frame.html b/doc/uk/org/ury/common/library/item/package-frame.html
index abd1b4e..e02b0be 100644
--- a/doc/uk/org/ury/common/library/item/package-frame.html
+++ b/doc/uk/org/ury/common/library/item/package-frame.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.library.item
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/item/package-summary.html b/doc/uk/org/ury/common/library/item/package-summary.html
index a1330d0..33fb6f7 100644
--- a/doc/uk/org/ury/common/library/item/package-summary.html
+++ b/doc/uk/org/ury/common/library/item/package-summary.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.library.item
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/item/package-tree.html b/doc/uk/org/ury/common/library/item/package-tree.html
index 8ef50c5..e0c84af 100644
--- a/doc/uk/org/ury/common/library/item/package-tree.html
+++ b/doc/uk/org/ury/common/library/item/package-tree.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.library.item Class Hierarchy
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/item/package-use.html b/doc/uk/org/ury/common/library/item/package-use.html
index 3424b63..52a3731 100644
--- a/doc/uk/org/ury/common/library/item/package-use.html
+++ b/doc/uk/org/ury/common/library/item/package-use.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Package uk.org.ury.common.library.item
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/package-frame.html b/doc/uk/org/ury/common/library/package-frame.html
index fa4d666..374ef00 100644
--- a/doc/uk/org/ury/common/library/package-frame.html
+++ b/doc/uk/org/ury/common/library/package-frame.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.library
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/package-summary.html b/doc/uk/org/ury/common/library/package-summary.html
index 986e26b..2129365 100644
--- a/doc/uk/org/ury/common/library/package-summary.html
+++ b/doc/uk/org/ury/common/library/package-summary.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.library
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
@@ -90,8 +90,8 @@ Package uk.org.ury.common.library
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/common/library/LibraryUtils.html" title="class in uk.org.ury.common.library">LibraryUtils</A></B></TD>
-<TD>A set of common utility routines to facilitate the extraction of
- library items from the library areas of the URY database.</TD>
+<TD>A set of common utility routines to facilitate the extraction of library
+ items from the library areas of the URY database.</TD>
</TR>
</TABLE>
&nbsp;
diff --git a/doc/uk/org/ury/common/library/package-tree.html b/doc/uk/org/ury/common/library/package-tree.html
index 4cca21e..0a60407 100644
--- a/doc/uk/org/ury/common/library/package-tree.html
+++ b/doc/uk/org/ury/common/library/package-tree.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.library Class Hierarchy
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/library/package-use.html b/doc/uk/org/ury/common/library/package-use.html
index 36dc7e5..8f7ff8a 100644
--- a/doc/uk/org/ury/common/library/package-use.html
+++ b/doc/uk/org/ury/common/library/package-use.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Package uk.org.ury.common.library
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">