[jsword-svn] r1083 - in trunk/common/src/main/java: gnu/gpl gnu/lgpl org/crosswire/common/activate org/crosswire/common/config org/crosswire/common/crypt org/crosswire/common/history org/crosswire/common/progress org/crosswire/common/util org/crosswire/common/xml

dmsmith at crosswire.org dmsmith at crosswire.org
Tue Apr 18 11:14:53 MST 2006


Author: dmsmith
Date: 2006-04-18 11:13:36 -0700 (Tue, 18 Apr 2006)
New Revision: 1083

Modified:
   trunk/common/src/main/java/gnu/gpl/License.java
   trunk/common/src/main/java/gnu/gpl/Msg.java
   trunk/common/src/main/java/gnu/lgpl/License.java
   trunk/common/src/main/java/gnu/lgpl/Msg.java
   trunk/common/src/main/java/org/crosswire/common/activate/Activatable.java
   trunk/common/src/main/java/org/crosswire/common/activate/Activator.java
   trunk/common/src/main/java/org/crosswire/common/activate/Kill.java
   trunk/common/src/main/java/org/crosswire/common/activate/Lock.java
   trunk/common/src/main/java/org/crosswire/common/activate/Msg.java
   trunk/common/src/main/java/org/crosswire/common/config/AbstractReflectedChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/BooleanChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/Choice.java
   trunk/common/src/main/java/org/crosswire/common/config/ChoiceFactory.java
   trunk/common/src/main/java/org/crosswire/common/config/ClassChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/Config.java
   trunk/common/src/main/java/org/crosswire/common/config/ConfigEvent.java
   trunk/common/src/main/java/org/crosswire/common/config/ConfigException.java
   trunk/common/src/main/java/org/crosswire/common/config/ConfigListener.java
   trunk/common/src/main/java/org/crosswire/common/config/DirectoryChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/FileChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/FontChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/IntOptionsChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/Msg.java
   trunk/common/src/main/java/org/crosswire/common/config/MultipleChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/NumberChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/PathChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/StartupException.java
   trunk/common/src/main/java/org/crosswire/common/config/StringArrayChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/StringChoice.java
   trunk/common/src/main/java/org/crosswire/common/config/StringOptionsChoice.java
   trunk/common/src/main/java/org/crosswire/common/crypt/Sapphire.java
   trunk/common/src/main/java/org/crosswire/common/history/History.java
   trunk/common/src/main/java/org/crosswire/common/history/HistoryEvent.java
   trunk/common/src/main/java/org/crosswire/common/history/HistoryListener.java
   trunk/common/src/main/java/org/crosswire/common/progress/Job.java
   trunk/common/src/main/java/org/crosswire/common/progress/JobManager.java
   trunk/common/src/main/java/org/crosswire/common/progress/Msg.java
   trunk/common/src/main/java/org/crosswire/common/progress/WorkEvent.java
   trunk/common/src/main/java/org/crosswire/common/progress/WorkListener.java
   trunk/common/src/main/java/org/crosswire/common/util/CWClassLoader.java
   trunk/common/src/main/java/org/crosswire/common/util/CallContext.java
   trunk/common/src/main/java/org/crosswire/common/util/ClassUtil.java
   trunk/common/src/main/java/org/crosswire/common/util/CollectionUtil.java
   trunk/common/src/main/java/org/crosswire/common/util/Convert.java
   trunk/common/src/main/java/org/crosswire/common/util/EmptyIterator.java
   trunk/common/src/main/java/org/crosswire/common/util/FileUtil.java
   trunk/common/src/main/java/org/crosswire/common/util/Filter.java
   trunk/common/src/main/java/org/crosswire/common/util/Histogram.java
   trunk/common/src/main/java/org/crosswire/common/util/IOUtil.java
   trunk/common/src/main/java/org/crosswire/common/util/IteratorEnumeration.java
   trunk/common/src/main/java/org/crosswire/common/util/LogConfig.java
   trunk/common/src/main/java/org/crosswire/common/util/Logger.java
   trunk/common/src/main/java/org/crosswire/common/util/LucidException.java
   trunk/common/src/main/java/org/crosswire/common/util/LucidRuntimeException.java
   trunk/common/src/main/java/org/crosswire/common/util/Msg.java
   trunk/common/src/main/java/org/crosswire/common/util/MsgBase.java
   trunk/common/src/main/java/org/crosswire/common/util/NetUtil.java
   trunk/common/src/main/java/org/crosswire/common/util/PatternFormatter.java
   trunk/common/src/main/java/org/crosswire/common/util/ReflectionUtil.java
   trunk/common/src/main/java/org/crosswire/common/util/Reporter.java
   trunk/common/src/main/java/org/crosswire/common/util/ReporterEvent.java
   trunk/common/src/main/java/org/crosswire/common/util/ReporterListener.java
   trunk/common/src/main/java/org/crosswire/common/util/ResourceUtil.java
   trunk/common/src/main/java/org/crosswire/common/util/StackTrace.java
   trunk/common/src/main/java/org/crosswire/common/util/StringUtil.java
   trunk/common/src/main/java/org/crosswire/common/util/ThreadUtil.java
   trunk/common/src/main/java/org/crosswire/common/util/URLFilter.java
   trunk/common/src/main/java/org/crosswire/common/util/WebResource.java
   trunk/common/src/main/java/org/crosswire/common/xml/Converter.java
   trunk/common/src/main/java/org/crosswire/common/xml/FormatType.java
   trunk/common/src/main/java/org/crosswire/common/xml/HTMLSerializingContentHandler.java
   trunk/common/src/main/java/org/crosswire/common/xml/JDOMSAXEventProvider.java
   trunk/common/src/main/java/org/crosswire/common/xml/PrettySerializingContentHandler.java
   trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProvider.java
   trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProviderInputSource.java
   trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProviderXMLReader.java
   trunk/common/src/main/java/org/crosswire/common/xml/SerializingContentHandler.java
   trunk/common/src/main/java/org/crosswire/common/xml/StringSAXEventProvider.java
   trunk/common/src/main/java/org/crosswire/common/xml/TransformingSAXEventProvider.java
   trunk/common/src/main/java/org/crosswire/common/xml/TransformingSAXEventProviderConverter.java
   trunk/common/src/main/java/org/crosswire/common/xml/XMLFeature.java
   trunk/common/src/main/java/org/crosswire/common/xml/XMLFeatureSet.java
   trunk/common/src/main/java/org/crosswire/common/xml/XMLHandlerAdapter.java
   trunk/common/src/main/java/org/crosswire/common/xml/XMLProcess.java
   trunk/common/src/main/java/org/crosswire/common/xml/XMLUtil.java
   trunk/common/src/main/java/org/crosswire/common/xml/XalanProcess.java
Log:
Added formatting to javadoc

Modified: trunk/common/src/main/java/gnu/gpl/License.java
===================================================================
--- trunk/common/src/main/java/gnu/gpl/License.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/gnu/gpl/License.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -367,7 +367,7 @@
 Public License instead of this License.
 </pre>
  *
- * @see gnu.gpl.License for license details.
+ * @see gnu.gpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @author DM Smith [dmsmith555 at yahoo dot com]

Modified: trunk/common/src/main/java/gnu/gpl/Msg.java
===================================================================
--- trunk/common/src/main/java/gnu/gpl/Msg.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/gnu/gpl/Msg.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * Compile safe Msg resource settings.
  * 
- * @see gnu.gpl.License for license details.
+ * @see gnu.gpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/gnu/lgpl/License.java
===================================================================
--- trunk/common/src/main/java/gnu/lgpl/License.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/gnu/lgpl/License.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -529,7 +529,7 @@
 That's all there is to it!
 </pre>
  *
- * @see gnu.gpl.License for license details.
+ * @see gnu.gpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @author DM Smith [dmsmith555 at yahoo dot com]

Modified: trunk/common/src/main/java/gnu/lgpl/Msg.java
===================================================================
--- trunk/common/src/main/java/gnu/lgpl/Msg.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/gnu/lgpl/Msg.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * Compile safe Msg resource settings.
  * 
- * @see gnu.gpl.License for license details.
+ * @see gnu.gpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/activate/Activatable.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/activate/Activatable.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/activate/Activatable.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
  * irregular basis, and so would benefit from being told when to wake-up and
  * when to conserver memory.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/activate/Activator.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/activate/Activator.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/activate/Activator.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -31,7 +31,7 @@
  * so that it can keep a track of exactly what is active and what can be
  * deactivate()d is save memory.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/activate/Kill.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/activate/Kill.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/activate/Kill.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * Enumeration of how memory is returned.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/activate/Lock.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/activate/Lock.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/activate/Lock.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -25,7 +25,7 @@
  * This class only exists to disuade you from calling activate() directly on
  * an Activatable object.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/activate/Msg.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/activate/Msg.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/activate/Msg.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * Compile safe Msg resource settings.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/AbstractReflectedChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/AbstractReflectedChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/AbstractReflectedChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -31,7 +31,7 @@
 /**
  * A helper for when we need to be a choice created dynamically.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/BooleanChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/BooleanChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/BooleanChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * A class to convert between strings and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/Choice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/Choice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/Choice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -35,7 +35,7 @@
  * <li>provide a GUI editor for itself</li>
  * </ul>
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/ChoiceFactory.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/ChoiceFactory.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/ChoiceFactory.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -31,7 +31,7 @@
 /**
  * Factory for the well known Choices.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/ClassChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/ClassChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/ClassChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * A class to convert between strings and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/Config.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/Config.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/Config.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -68,7 +68,7 @@
  *     load data from disk to screen without involving the app.
  * </ul>
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/ConfigEvent.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/ConfigEvent.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/ConfigEvent.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * An event indicating that an exception has happened.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/ConfigException.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/ConfigException.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/ConfigException.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
 /**
  * Something went wrong while setting config options.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/ConfigListener.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/ConfigListener.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/ConfigListener.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * ConfigListener.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/DirectoryChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/DirectoryChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/DirectoryChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -25,7 +25,7 @@
 /**
  * A class to convert between strings and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/FileChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/FileChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/FileChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * A class to convert between files and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/FontChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/FontChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/FontChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -24,7 +24,7 @@
 /**
  * A class to convert between strings and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/IntOptionsChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/IntOptionsChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/IntOptionsChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -32,7 +32,7 @@
 /**
  * A class to convert between strings and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/Msg.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/Msg.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/Msg.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * Compile safe Msg resource settings.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/MultipleChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/MultipleChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/MultipleChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -25,7 +25,7 @@
  * MultipleChoice is simply a Choice where there are a number of alternative
  * options.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/NumberChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/NumberChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/NumberChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * A class to convert between strings and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/PathChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/PathChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/PathChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -28,7 +28,7 @@
 /**
  * A class to convert between strings and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/StartupException.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/StartupException.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/StartupException.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
 /**
  * Something in the startup config files failed to start properly.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/StringArrayChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/StringArrayChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/StringArrayChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -29,7 +29,7 @@
 /**
  * A class to convert between strings and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/StringChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/StringChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/StringChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -24,7 +24,7 @@
 /**
  * A type of Choice that converts between strings and objects.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/config/StringOptionsChoice.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/config/StringOptionsChoice.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/config/StringOptionsChoice.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -28,7 +28,7 @@
 /**
  * A class to convert between strings and objects of a type.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/crypt/Sapphire.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/crypt/Sapphire.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/crypt/Sapphire.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -405,7 +405,7 @@
  * Regarding this port to Java and not the original code, the following license
  * applies:
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Michael Paul Johnson [ kahunapule at mpj dot cx] Original code
  * @author unascribed Sword's C++ implementation

Modified: trunk/common/src/main/java/org/crosswire/common/history/History.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/history/History.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/history/History.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -34,7 +34,7 @@
  * This maintains a dated list of objects and
  * a current navigation list.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at gmail dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/history/HistoryEvent.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/history/HistoryEvent.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/history/HistoryEvent.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * An Event in History.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at gmail dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/history/HistoryListener.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/history/HistoryListener.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/history/HistoryListener.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * A listener of HistoryEvents.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at gmail dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/progress/Job.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/progress/Job.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/progress/Job.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -41,7 +41,7 @@
 /**
  * A Generic method of keeping track of Threads and monitoring their progress.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/progress/JobManager.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/progress/JobManager.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/progress/JobManager.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -66,7 +66,7 @@
  * worker.start();
  * </pre>
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/progress/Msg.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/progress/Msg.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/progress/Msg.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * Compile safe Msg resource settings.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/progress/WorkEvent.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/progress/WorkEvent.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/progress/WorkEvent.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
  * A WorkEvent happens whenever a MutableBook makes some progress
  * in generating a new Bible.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/progress/WorkListener.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/progress/WorkListener.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/progress/WorkListener.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
  * Implement WorkListener and call MutableBook.addProgressListener()
  * to recieve ProgressEvents when ever we make progress.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/CWClassLoader.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/CWClassLoader.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/CWClassLoader.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -30,7 +30,7 @@
  * in more places. This is needed so that ResourceBundle can find
  * resources that are not held in the same package as the class.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/CallContext.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/CallContext.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/CallContext.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
  * <p>
  * It has been tested to work in command line and WebStart environments.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/ClassUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/ClassUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/ClassUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -36,7 +36,7 @@
 /**
  * Various Java Class Utilities.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/CollectionUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/CollectionUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/CollectionUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -35,7 +35,7 @@
 /**
  * Some utils to help work with Collections.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/Convert.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/Convert.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/Convert.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -28,7 +28,7 @@
 /**
  * Conversions between various types and Strings.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/EmptyIterator.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/EmptyIterator.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/EmptyIterator.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -30,7 +30,7 @@
  * over nothing.
  * 
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/FileUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/FileUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/FileUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -28,7 +28,7 @@
 /**
  * .
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/Filter.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/Filter.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/Filter.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
  * A method of filtering Objects.
  * 
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/Histogram.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/Histogram.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/Histogram.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -29,7 +29,7 @@
  * A simple implementation of a histogram. It would be nice to enhance
  * it to order on frequency.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/IOUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/IOUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/IOUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -34,7 +34,7 @@
 /**
  * .
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/IteratorEnumeration.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/IteratorEnumeration.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/IteratorEnumeration.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -30,7 +30,7 @@
  * <p>The only real difference between the 2 is the naming and
  * that Enumeration does not have the delete method.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/LogConfig.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/LogConfig.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/LogConfig.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
 /**
  * Loads a java logging configuration file using the JSword methodology.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/Logger.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/Logger.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/Logger.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -31,7 +31,7 @@
  * to help us to move over.
  * Having our own class will also help with re-factoring.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @author DM Smith [dmsmith555 at yahoo dot com]

Modified: trunk/common/src/main/java/org/crosswire/common/util/LucidException.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/LucidException.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/LucidException.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -43,7 +43,7 @@
  * a constructor that allows us to specify no i18n lookup, which is useful
  * if this lookup may have been done already.</p>
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @see LucidRuntimeException

Modified: trunk/common/src/main/java/org/crosswire/common/util/LucidRuntimeException.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/LucidRuntimeException.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/LucidRuntimeException.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -34,7 +34,7 @@
  * before you used it, however EventExceptions would be used directly.
  * </p>
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @see LucidException

Modified: trunk/common/src/main/java/org/crosswire/common/util/Msg.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/Msg.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/Msg.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -24,7 +24,7 @@
 /**
  * Compile safe Msg resource settings.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @author DM Smith [dmsmith555 at yahoo dot com]

Modified: trunk/common/src/main/java/org/crosswire/common/util/MsgBase.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/MsgBase.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/MsgBase.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -42,7 +42,7 @@
  *   :%s/ = new Msg("/: /
  *   :%s/");\/\/\$NON-NLS-1\$$/
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @author DM Smith [dmsmith555 at yahoo dot com]

Modified: trunk/common/src/main/java/org/crosswire/common/util/NetUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/NetUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/NetUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -43,7 +43,7 @@
  * The NetUtil class looks after general utility stuff around the
  * java.net package.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @author Mark Goodwin [goodwinster at gmail dot com]

Modified: trunk/common/src/main/java/org/crosswire/common/util/PatternFormatter.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/PatternFormatter.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/PatternFormatter.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -45,7 +45,7 @@
  * <li>{8} is the system supplied new line</li>
  * </ul>
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  * @author Joe Walker [joe at eireneh dot com]

Modified: trunk/common/src/main/java/org/crosswire/common/util/ReflectionUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/ReflectionUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/ReflectionUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
 /**
  * Various utilities for running introspected methods.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/Reporter.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/Reporter.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/Reporter.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -46,7 +46,7 @@
  *     because it makes the app more susceptible to the configuration of the
  *     things that listen to reports.</li>
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/ReporterEvent.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/ReporterEvent.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/ReporterEvent.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * An event indicating that some bit of data needs capturing.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/ReporterListener.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/ReporterListener.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/ReporterListener.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -26,7 +26,7 @@
 /**
  * ReporterListener informs users of problems and messages.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/ResourceUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/ResourceUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/ResourceUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -31,7 +31,7 @@
  * Better implemenetations of the getResource methods with less ambiguity and
  * that are less dependent on the specific classloader situation.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @author DM Smith [ dmsmith555 at yahoo dot com ]

Modified: trunk/common/src/main/java/org/crosswire/common/util/StackTrace.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/StackTrace.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/StackTrace.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -31,7 +31,7 @@
  * makes use of the way exceptions print their stack straces, however
  * it is probably a safe enough assumption for the moment.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/StringUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/StringUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/StringUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -31,7 +31,7 @@
  * A generic class of String utils.
  * It would be good if we could put this stuff in java.lang ...
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/ThreadUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/ThreadUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/ThreadUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -28,7 +28,7 @@
  * Various utilities for examining the running Threads and
  * controlling their execution.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/util/URLFilter.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/URLFilter.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/URLFilter.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -24,7 +24,7 @@
 /**
  * This is the URL equivalent of FilenameFilter in the java.io package.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @see java.io.FilenameFilter

Modified: trunk/common/src/main/java/org/crosswire/common/util/WebResource.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/util/WebResource.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/util/WebResource.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -32,7 +32,7 @@
  * need go. It can get basic information about the resource and it can get the
  * resource.
  * 
- * @see gnu.lgpl.License for license details. The copyright to this program is
+ * @see gnu.lgpl.License for license details.<br> The copyright to this program is
  *      held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/Converter.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/Converter.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/Converter.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
  * A generic method of converting one SAX stream into another.
  * This can be a wrapper around an XSL transform or anything else.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/FormatType.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/FormatType.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/FormatType.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
 /**
  * The PrettySerializingContentHandler uses a FormatType to control its output.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at gmail dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/HTMLSerializingContentHandler.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/HTMLSerializingContentHandler.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/HTMLSerializingContentHandler.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
  * This class provides for the formatted and syntax highlighted
  * serialization of a SAX stream to a <code>Writer</code>.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [ dmsmith555 at gmail dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/JDOMSAXEventProvider.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/JDOMSAXEventProvider.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/JDOMSAXEventProvider.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -30,7 +30,7 @@
 /**
  * A SAXEventProvider that provides SAX events from a JDOM Document.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/PrettySerializingContentHandler.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/PrettySerializingContentHandler.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/PrettySerializingContentHandler.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -33,7 +33,7 @@
  * This class provides for the formatted serialization of a SAX stream
  * to a <code>Writer</code>.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at gmail dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProvider.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProvider.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProvider.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
 /**
  * A simple way of giving someone a place from which to get SAX events.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProviderInputSource.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProviderInputSource.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProviderInputSource.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
  * This is a simple marker interface that we can use with
  * SAXEventProviderXMLReader.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  * @see org.crosswire.common.xml.SAXEventProviderXMLReader

Modified: trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProviderXMLReader.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProviderXMLReader.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/SAXEventProviderXMLReader.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -32,7 +32,7 @@
 /**
  * A helper to aid people working with a SAXEventProvider.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/SerializingContentHandler.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/SerializingContentHandler.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/SerializingContentHandler.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -28,7 +28,7 @@
 /**
  * Class to convert a SAX stream into a simple String.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/StringSAXEventProvider.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/StringSAXEventProvider.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/StringSAXEventProvider.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -36,7 +36,7 @@
 /**
  * A SAXEventProvider that provides SAX events from a String.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/TransformingSAXEventProvider.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/TransformingSAXEventProvider.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/TransformingSAXEventProvider.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -51,7 +51,7 @@
  * A SAXEventProvider that gets its output data from an XSL stylesheet and
  * another SAXEventProvider (supplying input XML).
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/TransformingSAXEventProviderConverter.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/TransformingSAXEventProviderConverter.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/TransformingSAXEventProviderConverter.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -27,7 +27,7 @@
  * An implementation of Converter that uses a TransformingSAXEventProvider to
  * transform one SAXEventProvider into another SAXEventProvider using XSL.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/XMLFeature.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/XMLFeature.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/XMLFeature.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -28,7 +28,7 @@
  * Wraps an XML Feature. The "known" set of XML Features is found in
  * XMLFeatureSet.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/XMLFeatureSet.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/XMLFeatureSet.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/XMLFeatureSet.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -54,7 +54,7 @@
 /**
  * A set of useful XML Features
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/XMLHandlerAdapter.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/XMLHandlerAdapter.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/XMLHandlerAdapter.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -59,7 +59,7 @@
 /**
  * Checks a XML document for problems, reporting line and offset.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/XMLProcess.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/XMLProcess.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/XMLProcess.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -30,7 +30,7 @@
  * Runs an xml parser on an xml file using an xml handler.
  * The default behavior is to check that the xml file is well-formed.
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/XMLUtil.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/XMLUtil.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/XMLUtil.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -38,7 +38,7 @@
 /**
  * Utilities for working with SAX XML parsing.
  *
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author Joe Walker [joe at eireneh dot com]
  */

Modified: trunk/common/src/main/java/org/crosswire/common/xml/XalanProcess.java
===================================================================
--- trunk/common/src/main/java/org/crosswire/common/xml/XalanProcess.java	2006-04-10 11:07:04 UTC (rev 1082)
+++ trunk/common/src/main/java/org/crosswire/common/xml/XalanProcess.java	2006-04-18 18:13:36 UTC (rev 1083)
@@ -28,7 +28,7 @@
  * application. Java 5 has renamed the main routine to _main. This class
  * normalizes the difference between Java 1.4 and 1.5 (aka 5).
  * 
- * @see gnu.lgpl.License for license details.
+ * @see gnu.lgpl.License for license details.<br>
  *      The copyright to this program is held by it's authors.
  * @author DM Smith [dmsmith555 at yahoo dot com]
  */



More information about the jsword-svn mailing list