This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git


The following commit(s) were added to refs/heads/master by this push:
     new 59a95c13 Javadoc
59a95c13 is described below

commit 59a95c13310e92a9d5e49d99f111f17070db7566
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 08:46:38 2026 -0400

    Javadoc
---
 .../apache/commons/jelly/DynaBeanTagSupport.java   |  4 +--
 .../java/org/apache/commons/jelly/DynaTag.java     |  2 +-
 .../org/apache/commons/jelly/DynaTagSupport.java   |  2 +-
 .../main/java/org/apache/commons/jelly/Jelly.java  |  2 +-
 .../org/apache/commons/jelly/JellyContext.java     | 38 +++++++++++-----------
 .../org/apache/commons/jelly/JellyException.java   |  8 ++---
 .../org/apache/commons/jelly/LocationAware.java    |  8 ++---
 .../main/java/org/apache/commons/jelly/Tag.java    |  8 ++---
 .../java/org/apache/commons/jelly/TagLibrary.java  |  2 +-
 .../java/org/apache/commons/jelly/TagSupport.java  | 22 ++++++-------
 .../java/org/apache/commons/jelly/XMLOutput.java   |  4 +--
 .../jelly/expression/CompositeExpression.java      |  4 +--
 .../commons/jelly/expression/Expression.java       |  2 +-
 .../org/apache/commons/jelly/impl/BeanSource.java  |  2 +-
 .../jelly/impl/DefaultTagLibraryResolver.java      |  2 +-
 .../apache/commons/jelly/impl/DynamicBeanTag.java  |  2 +-
 .../commons/jelly/impl/DynamicDynaBeanTag.java     |  2 +-
 .../org/apache/commons/jelly/impl/Embedded.java    |  2 +-
 .../commons/jelly/impl/ExpressionScript.java       |  2 +-
 .../org/apache/commons/jelly/impl/TagScript.java   | 14 ++++----
 .../org/apache/commons/jelly/impl/TextScript.java  |  2 +-
 .../org/apache/commons/jelly/parser/XMLParser.java | 12 +++----
 .../apache/commons/jelly/tags/core/CatchTag.java   |  4 +--
 .../apache/commons/jelly/tags/core/ForEachTag.java | 16 ++++-----
 .../apache/commons/jelly/tags/core/IncludeTag.java |  2 +-
 .../apache/commons/jelly/tags/core/ParseTag.java   |  2 +-
 .../apache/commons/jelly/tags/core/UseBeanTag.java |  4 +--
 .../commons/jelly/util/ClassLoaderUtils.java       |  2 +-
 .../test/java/org/apache/commons/jelly/TJEcho.java |  4 +--
 .../commons/jelly/core/ModularExceptionBean.java   |  2 +-
 .../apache/commons/jelly/tags/junit/CaseTag.java   |  2 +-
 .../apache/commons/jelly/tags/junit/FailTag.java   |  2 +-
 .../tags/junit/JellyAssertionFailedError.java      |  8 ++---
 .../apache/commons/jelly/tags/junit/RunTag.java    |  2 +-
 .../apache/commons/jelly/tags/junit/SuiteTag.java  |  2 +-
 .../commons/jelly/tags/ant/FileIterator.java       |  2 +-
 .../commons/jelly/tags/ant/FileScannerTag.java     |  2 +-
 .../apache/commons/jelly/tags/ant/TaskSource.java  |  2 +-
 .../apache/commons/jelly/task/AntJellyContext.java |  4 +--
 .../org/apache/commons/jelly/task/JellyTask.java   |  2 +-
 .../commons/jelly/tags/bean/BeanPropertyTag.java   |  2 +-
 .../apache/commons/jelly/tags/bean/BeanTag.java    |  4 +--
 .../apache/commons/jelly/tags/bean/BeandefTag.java |  2 +-
 .../jelly/tags/betwixt/IntrospectorTag.java        |  2 +-
 .../commons/jelly/tags/betwixt/ParseTag.java       |  4 +--
 .../jelly/tags/bsf/BSFExpressionFactory.java       |  4 +--
 .../apache/commons/jelly/tags/define/BeanTag.java  |  2 +-
 .../commons/jelly/tags/define/ClassLoaderTag.java  |  4 +--
 .../jelly/tags/define/DefineTagSupport.java        |  2 +-
 .../commons/jelly/tags/define/ExtendTag.java       |  2 +-
 .../commons/jelly/tags/define/JellyBeanTag.java    |  2 +-
 .../commons/jelly/tags/define/ScriptTag.java       |  2 +-
 .../apache/commons/jelly/tags/define/TagTag.java   |  2 +-
 .../apache/commons/jelly/tags/fmt/BundleTag.java   |  2 +-
 .../commons/jelly/tags/fmt/SetLocaleTag.java       |  4 +--
 .../apache/commons/jelly/tags/fmt/TimeZoneTag.java |  2 +-
 .../commons/jelly/tags/http/HttpTagSupport.java    |  6 ++--
 .../org/apache/commons/jelly/tags/http/Proxy.java  |  4 +--
 .../apache/commons/jelly/tags/http/SessionTag.java |  4 +--
 .../jelly/tags/jetty/JettyHttpServerTag.java       |  2 +-
 .../commons/jelly/tags/jface/JFaceImageTag.java    |  2 +-
 .../jelly/tags/jface/JFaceLayoutDataTag.java       |  2 +-
 .../commons/jelly/tags/jface/JFaceLayoutTag.java   |  2 +-
 .../commons/jelly/tags/jface/MenuManagerTag.java   |  2 +-
 .../apache/commons/jelly/tags/jface/ViewerTag.java |  2 +-
 .../tags/jface/window/ApplicationWindowTag.java    |  2 +-
 .../commons/jelly/tags/jms/StopwatchTag.java       |  6 ++--
 .../apache/commons/jelly/tags/jsl/StyleTag.java    |  2 +-
 .../commons/jelly/tags/jsl/StylesheetTag.java      |  6 ++--
 .../apache/commons/jelly/tags/jsl/TemplateTag.java |  2 +-
 .../apache/commons/jelly/tags/junit/CaseTag.java   |  2 +-
 .../apache/commons/jelly/tags/junit/FailTag.java   |  2 +-
 .../tags/junit/JellyAssertionFailedError.java      |  8 ++---
 .../apache/commons/jelly/tags/junit/RunTag.java    |  2 +-
 .../apache/commons/jelly/tags/junit/SuiteTag.java  |  2 +-
 .../commons/jelly/tags/log/LogTagSupport.java      |  2 +-
 .../apache/commons/jelly/tags/ojb/BrokerTag.java   |  2 +-
 .../apache/commons/jelly/tags/ojb/StoreTag.java    |  2 +-
 .../commons/jelly/tags/soap/StringInputStream.java |  2 +-
 .../java/javax/servlet/jsp/jstl/sql/Result.java    |  8 ++---
 .../javax/servlet/jsp/jstl/sql/ResultImpl.java     |  2 +-
 .../javax/servlet/jsp/jstl/sql/ResultSupport.java  |  4 +--
 .../apache/commons/jelly/tags/sql/ResultImpl.java  |  2 +-
 .../apache/commons/jelly/tags/swing/ActionTag.java |  2 +-
 .../commons/jelly/tags/swing/CardLayoutTag.java    |  4 +--
 .../commons/jelly/tags/swing/ComponentTag.java     |  2 +-
 .../apache/commons/jelly/tags/swing/FontTag.java   |  2 +-
 .../commons/jelly/tags/swing/LayoutTagSupport.java |  2 +-
 .../commons/jelly/tags/swing/SwingTagLibrary.java  |  2 +-
 .../org/apache/commons/jelly/tags/swing/TdTag.java |  2 +-
 .../commons/jelly/tags/swing/TitledBorderTag.java  |  4 +--
 .../org/apache/commons/jelly/tags/swing/TrTag.java |  2 +-
 .../tags/swing/model/ExpressionTableModel.java     |  2 +-
 .../commons/jelly/demos/HomepageBuilder.java       |  2 +-
 .../apache/commons/jelly/swing/TestSwingTags.java  |  2 +-
 .../apache/commons/jelly/tags/swt/ColorTag.java    |  6 ++--
 .../org/apache/commons/jelly/tags/swt/FontTag.java | 10 +++---
 .../org/apache/commons/jelly/tags/swt/GCTag.java   |  2 +-
 .../apache/commons/jelly/tags/swt/ImageTag.java    |  4 +--
 .../apache/commons/jelly/tags/swt/LayoutTag.java   |  2 +-
 .../commons/jelly/tags/swt/LayoutTagSupport.java   |  4 +--
 .../apache/commons/jelly/tags/swt/OnEventTag.java  |  4 +--
 .../apache/commons/jelly/tags/swt/SwtHelper.java   |  6 ++--
 .../apache/commons/jelly/tags/swt/WidgetTag.java   |  8 ++---
 .../commons/jelly/tags/util/LoadTextTag.java       |  2 +-
 .../commons/jelly/tags/validate/ValidateTag.java   |  2 +-
 .../tags/velocity/JellyContextAdapterTest.java     |  2 +-
 .../commons/jelly/tags/xml/AttributeTag.java       |  4 +--
 .../apache/commons/jelly/tags/xml/ElementTag.java  |  4 +--
 .../apache/commons/jelly/tags/xml/ForEachTag.java  |  2 +-
 .../apache/commons/jelly/tags/xml/ParamTag.java    |  4 +--
 .../commons/jelly/tags/xml/ParseTagSupport.java    |  2 +-
 .../jelly/tags/xml/ReplaceNamespaceTag.java        |  4 +--
 .../commons/jelly/tags/xml/TransformTag.java       |  8 ++---
 .../apache/commons/jelly/tags/xml/TestXMLTags.java |  4 +--
 .../jelly/tags/xmlunit/XMLUnitTagSupport.java      |  2 +-
 116 files changed, 225 insertions(+), 225 deletions(-)

diff --git 
a/core/src/main/java/org/apache/commons/jelly/DynaBeanTagSupport.java 
b/core/src/main/java/org/apache/commons/jelly/DynaBeanTagSupport.java
index b3cd9132..b0a99a47 100644
--- a/core/src/main/java/org/apache/commons/jelly/DynaBeanTagSupport.java
+++ b/core/src/main/java/org/apache/commons/jelly/DynaBeanTagSupport.java
@@ -46,7 +46,7 @@ public abstract class DynaBeanTagSupport extends 
DynaTagSupport {
     }
 
     /**
-     * @return the type of the given attribute. By default just return
+     * @return The type of the given attribute. By default just return
      * Object.class if this is not known.
      */
     @Override
@@ -59,7 +59,7 @@ public abstract class DynaBeanTagSupport extends 
DynaTagSupport {
     }
 
     /**
-     * @return the DynaBean which is used to store the
+     * @return The DynaBean which is used to store the
      *  attributes of this tag
      */
     public DynaBean getDynaBean() {
diff --git a/core/src/main/java/org/apache/commons/jelly/DynaTag.java 
b/core/src/main/java/org/apache/commons/jelly/DynaTag.java
index 5bde31d7..f140093c 100644
--- a/core/src/main/java/org/apache/commons/jelly/DynaTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/DynaTag.java
@@ -32,7 +32,7 @@ package org.apache.commons.jelly;
 public interface DynaTag extends Tag {
 
     /**
-     * @return the type of the given attribute. By default just return
+     * @return The type of the given attribute. By default just return
      * Object.class if this is not known.
      * If this method returns Expression.class then the expression will not
      * be evaluated and just passed in as the attribute value.
diff --git a/core/src/main/java/org/apache/commons/jelly/DynaTagSupport.java 
b/core/src/main/java/org/apache/commons/jelly/DynaTagSupport.java
index 9184fd66..d99aa1fc 100644
--- a/core/src/main/java/org/apache/commons/jelly/DynaTagSupport.java
+++ b/core/src/main/java/org/apache/commons/jelly/DynaTagSupport.java
@@ -26,7 +26,7 @@ package org.apache.commons.jelly;
 public abstract class DynaTagSupport extends TagSupport implements DynaTag {
 
     /**
-     * @return the type of the given attribute. By default just return
+     * @return The type of the given attribute. By default just return
      * Object.class if this is not known.
      */
     @Override
diff --git a/core/src/main/java/org/apache/commons/jelly/Jelly.java 
b/core/src/main/java/org/apache/commons/jelly/Jelly.java
index 467c2a43..80c1ead2 100644
--- a/core/src/main/java/org/apache/commons/jelly/Jelly.java
+++ b/core/src/main/java/org/apache/commons/jelly/Jelly.java
@@ -260,7 +260,7 @@ public class Jelly {
     }
 
     /**
-     * @return the URL for the relative file name or absolute URL
+     * @return The URL for the relative file name or absolute URL
      */
     protected URL resolveURL(final String name) throws MalformedURLException {
 
diff --git a/core/src/main/java/org/apache/commons/jelly/JellyContext.java 
b/core/src/main/java/org/apache/commons/jelly/JellyContext.java
index 0df9c9ef..6c2f08af 100644
--- a/core/src/main/java/org/apache/commons/jelly/JellyContext.java
+++ b/core/src/main/java/org/apache/commons/jelly/JellyContext.java
@@ -288,7 +288,7 @@ public class JellyContext {
      * If this context does not contain the variable, then its parent is used 
and then its parent
      * and so forth until the context with no parent is found.
      *
-     * @return the value of the variable in this or one of its descendant 
contexts or null
+     * @return The value of the variable in this or one of its descendant 
contexts or null
      *  if the variable could not be found.
      */
     public Object findVariable(final String name) {
@@ -328,7 +328,7 @@ public class JellyContext {
     }
 
     /**
-     * @return the current URL context of the current script that is executing.
+     * @return The current URL context of the current script that is executing.
      *  This URL context is used to deduce relative scripts when relative URIs 
are
      *  used in calls to {@link #getResource} to process relative scripts.
      */
@@ -361,7 +361,7 @@ public class JellyContext {
     }
 
     /**
-     * @return the parent context for this context
+     * @return The parent context for this context
      */
     public JellyContext getParent() {
         return parent;
@@ -420,7 +420,7 @@ public class JellyContext {
     }
 
     /**
-     * @return the current root context URL from which all absolute resource 
URIs
+     * @return The current root context URL from which all absolute resource 
URIs
      *  will be relative to. For example in a web application the root URL will
      *  map to the web directory which contains the WEB-INF directory.
      */
@@ -429,7 +429,7 @@ public class JellyContext {
     }
 
     /**
-     * @return the scope of the given name, such as the 'parent' scope.
+     * @return The scope of the given name, such as the 'parent' scope.
      * If Jelly is used in a Servlet situation then 'request', 'session' and 
'application' are other names
      * for scopes
      */
@@ -443,7 +443,7 @@ public class JellyContext {
     /**
      * Gets a system property and handle security exceptions
      * @param name the name of the property to retrieve
-     * @return the value of the property, or null if a SecurityException occurs
+     * @return The value of the property, or null if a SecurityException occurs
      */
     private Object getSystemProperty(final String name) {
         try {
@@ -456,7 +456,7 @@ public class JellyContext {
     }
 
     /**
-     * @return the TagLibrary for the given namespace URI or null if one could 
not be found
+     * @return The TagLibrary for the given namespace URI or null if one could 
not be found
      */
     public TagLibrary getTagLibrary(final String namespaceURI) {
 
@@ -512,7 +512,7 @@ public class JellyContext {
         return useContextClassLoader;
     }
 
-    /** @return the value of the given variable name */
+    /** @return The value of the given variable name */
     public Object getVariable(final String name) {
         Object value = variables.get(name);
         final boolean definedHere = value != null || 
variables.containsKey(name);
@@ -537,7 +537,7 @@ public class JellyContext {
     }
 
     /**
-     * @return the value of the given variable name in the given variable scope
+     * @return The value of the given variable name in the given variable scope
      * @param name is the name of the variable
      * @param scopeName is the optional scope name such as 'parent'. For 
servlet environments
      * this could be 'application', 'session' or 'request'.
@@ -559,7 +559,7 @@ public class JellyContext {
     }
 
     /**
-     * @return the Map of variables in this scope
+     * @return The Map of variables in this scope
      */
     public Map getVariables() {
         return variables;
@@ -630,7 +630,7 @@ public class JellyContext {
     }
 
     /**
-        * @return the suppressExpressionExceptions
+        * @return The suppressExpressionExceptions
         * @deprecated after v1.1, exceptions will never be suppressed
         */
        @Deprecated
@@ -729,7 +729,7 @@ public class JellyContext {
     /**
      * Parses the script from the given File then compiles it and runs it.
      *
-     * @return the new child context that was used to run the script
+     * @return The new child context that was used to run the script
      */
     public JellyContext runScript(final File file, final XMLOutput output) 
throws JellyException {
         try {
@@ -743,7 +743,7 @@ public class JellyContext {
     /**
      * Parses the script from the given file then compiles it and runs it.
      *
-     * @return the new child context that was used to run the script
+     * @return The new child context that was used to run the script
      */
     public JellyContext runScript(final File file, final XMLOutput output,
                           final boolean export, final boolean inherit) throws 
JellyException {
@@ -757,7 +757,7 @@ public class JellyContext {
     /**
      * Parses the script from the given InputSource then compiles it and runs 
it.
      *
-     * @return the new child context that was used to run the script
+     * @return The new child context that was used to run the script
      */
     public JellyContext runScript(final InputSource source, final XMLOutput 
output) throws JellyException {
         return runScript(source, output, JellyContext.DEFAULT_EXPORT,
@@ -767,7 +767,7 @@ public class JellyContext {
     /**
      * Parses the script from the given InputSource then compiles it and runs 
it.
      *
-     * @return the new child context that was used to run the script
+     * @return The new child context that was used to run the script
      */
     public JellyContext runScript(final InputSource source, final XMLOutput 
output,
                           final boolean export, final boolean inherit) throws 
JellyException {
@@ -806,7 +806,7 @@ public class JellyContext {
      * Parses the script from the given uri using the
      * JellyContext.getResource() API then compiles it and runs it.
      *
-     * @return the new child context that was used to run the script
+     * @return The new child context that was used to run the script
      */
     public JellyContext runScript(final String uri, final XMLOutput output) 
throws JellyException {
         URL url = null;
@@ -827,7 +827,7 @@ public class JellyContext {
      * Parses the script from the given uri using the
      * JellyContext.getResource() API then compiles it and runs it.
      *
-     * @return the new child context that was used to run the script
+     * @return The new child context that was used to run the script
      */
     public JellyContext runScript(final String uri, final XMLOutput output,
                           final boolean export, final boolean inherit) throws 
JellyException {
@@ -848,7 +848,7 @@ public class JellyContext {
     /**
      * Parses the script from the given URL then compiles it and runs it.
      *
-     * @return the new child context that was used to run the script
+     * @return The new child context that was used to run the script
      */
     public JellyContext runScript(final URL url, final XMLOutput output) 
throws JellyException {
         return runScript(url, output, JellyContext.DEFAULT_EXPORT,
@@ -858,7 +858,7 @@ public class JellyContext {
     /**
      * Parses the script from the given URL then compiles it and runs it.
      *
-     * @return the new child context that was used to run the script
+     * @return The new child context that was used to run the script
      */
     public JellyContext runScript(final URL url, final XMLOutput output,
                           final boolean export, final boolean inherit) throws 
JellyException {
diff --git a/core/src/main/java/org/apache/commons/jelly/JellyException.java 
b/core/src/main/java/org/apache/commons/jelly/JellyException.java
index d160ce95..63488a81 100644
--- a/core/src/main/java/org/apache/commons/jelly/JellyException.java
+++ b/core/src/main/java/org/apache/commons/jelly/JellyException.java
@@ -86,7 +86,7 @@ public class JellyException extends Exception implements 
LocationAware {
 
 
     /**
-     * @return the column number of the tag
+     * @return The column number of the tag
      */
     @Override
     public int getColumnNumber() {
@@ -94,7 +94,7 @@ public class JellyException extends Exception implements 
LocationAware {
     }
 
     /**
-     * @return the element name which caused the problem
+     * @return The element name which caused the problem
      */
     @Override
     public String getElementName() {
@@ -102,7 +102,7 @@ public class JellyException extends Exception implements 
LocationAware {
     }
 
     /**
-     * @return the Jelly file which caused the problem
+     * @return The Jelly file which caused the problem
      */
     @Override
     public String getFileName() {
@@ -110,7 +110,7 @@ public class JellyException extends Exception implements 
LocationAware {
     }
 
     /**
-     * @return the line number of the tag
+     * @return The line number of the tag
      */
     @Override
     public int getLineNumber() {
diff --git a/core/src/main/java/org/apache/commons/jelly/LocationAware.java 
b/core/src/main/java/org/apache/commons/jelly/LocationAware.java
index d84a7fb6..e90a96a5 100644
--- a/core/src/main/java/org/apache/commons/jelly/LocationAware.java
+++ b/core/src/main/java/org/apache/commons/jelly/LocationAware.java
@@ -26,22 +26,22 @@ package org.apache.commons.jelly;
 public interface LocationAware {
 
     /**
-     * @return the column number of the tag
+     * @return The column number of the tag
      */
     int getColumnNumber();
 
     /**
-     * @return the element name which caused the problem
+     * @return The element name which caused the problem
      */
     String getElementName();
 
     /**
-     * @return the Jelly file which caused the problem
+     * @return The Jelly file which caused the problem
      */
     String getFileName();
 
     /**
-     * @return the line number of the tag
+     * @return The line number of the tag
      */
     int getLineNumber();
 
diff --git a/core/src/main/java/org/apache/commons/jelly/Tag.java 
b/core/src/main/java/org/apache/commons/jelly/Tag.java
index e97d6730..bd7ab0d8 100644
--- a/core/src/main/java/org/apache/commons/jelly/Tag.java
+++ b/core/src/main/java/org/apache/commons/jelly/Tag.java
@@ -34,28 +34,28 @@ public interface Tag {
     void doTag(XMLOutput output) throws MissingAttributeException, 
JellyTagException;
 
     /**
-     * @return the body of the tag.
+     * @return The body of the tag.
      */
     Script getBody();
 
     /**
      * Gets the context in which the tag will be run.
      *
-     * @return the context in which the tag will be run
+     * @return The context in which the tag will be run
      */
     JellyContext getContext();
 
     /**
      * Gets the parent of this tag.
      *
-     * @return the parent of this tag.
+     * @return The parent of this tag.
      */
     Tag getParent();
 
     /**
      * Gets the TagLibrary, null if this is an unrecognized tag (for example, 
a StaticTag)
      *
-     * @return the TagLibrary.
+     * @return The TagLibrary.
      * @since 1.1.0
      */
     default TagLibrary getTagLib() {
diff --git a/core/src/main/java/org/apache/commons/jelly/TagLibrary.java 
b/core/src/main/java/org/apache/commons/jelly/TagLibrary.java
index 96a1016e..8346af04 100644
--- a/core/src/main/java/org/apache/commons/jelly/TagLibrary.java
+++ b/core/src/main/java/org/apache/commons/jelly/TagLibrary.java
@@ -143,7 +143,7 @@ public abstract class TagLibrary {
     }
 
     /**
-        * @return the allowUnknownTags
+        * @return The allowUnknownTags
         */
        public boolean isAllowUnknownTags() {
                return allowUnknownTags;
diff --git a/core/src/main/java/org/apache/commons/jelly/TagSupport.java 
b/core/src/main/java/org/apache/commons/jelly/TagSupport.java
index 5aebeddc..d65956c6 100644
--- a/core/src/main/java/org/apache/commons/jelly/TagSupport.java
+++ b/core/src/main/java/org/apache/commons/jelly/TagSupport.java
@@ -35,7 +35,7 @@ public abstract class TagSupport implements Tag {
      *
      * @param from the tag to start searching from
      * @param tagClass the type of the tag to find
-     * @return the tag of the given type or null if it could not be found
+     * @return The tag of the given type or null if it could not be found
      */
     public static Tag findAncestorWithClass(Tag from, final Class tagClass) {
         // we could implement this as
@@ -56,7 +56,7 @@ public abstract class TagSupport implements Tag {
      *
      * @param from the tag to start searching from
      * @param tagClasses an array of types that might match
-     * @return the tag of the given type or null if it could not be found
+     * @return The tag of the given type or null if it could not be found
      * @see #findAncestorWithClass(Tag,Collection)
      */
     public static Tag findAncestorWithClass(final Tag from, final Class[] 
tagClasses) {
@@ -69,7 +69,7 @@ public abstract class TagSupport implements Tag {
      *
      * @param from the tag to start searching from
      * @param tagClasses a Collection of Class types that might match
-     * @return the tag of the given type or null if it could not be found
+     * @return The tag of the given type or null if it could not be found
      */
     public static Tag findAncestorWithClass(Tag from, final Collection 
tagClasses) {
         while (from != null) {
@@ -113,7 +113,7 @@ public abstract class TagSupport implements Tag {
 
     /**
      * Searches up the parent hierarchy for a Tag of the given type.
-     * @return the tag of the given type or null if it could not be found
+     * @return The tag of the given type or null if it could not be found
      */
     protected Tag findAncestorWithClass(final Class parentClass) {
         return findAncestorWithClass(getParent(), parentClass);
@@ -121,7 +121,7 @@ public abstract class TagSupport implements Tag {
 
     /**
      * Searches up the parent hierarchy for a Tag of one of the given types.
-     * @return the tag of the given type or null if it could not be found
+     * @return The tag of the given type or null if it could not be found
      * @see #findAncestorWithClass(Collection)
      */
     protected Tag findAncestorWithClass(final Class[] parentClasses) {
@@ -130,13 +130,13 @@ public abstract class TagSupport implements Tag {
 
     /**
      * Searches up the parent hierarchy for a Tag of one of the given types.
-     * @return the tag of the given type or null if it could not be found
+     * @return The tag of the given type or null if it could not be found
      */
     protected Tag findAncestorWithClass(final Collection parentClasses) {
         return findAncestorWithClass(getParent(), parentClasses);
     }
 
-    /** @return the body of the tag */
+    /** @return The body of the tag */
     @Override
     public Script getBody() {
         if (! hasTrimmed) {
@@ -151,7 +151,7 @@ public abstract class TagSupport implements Tag {
     /**
      * Executes the body of the tag and returns the result as a String.
      *
-     * @return the text evaluation of the body
+     * @return The text evaluation of the body
      */
     protected String getBodyText() throws JellyTagException {
         return getBodyText(escapeText);
@@ -161,7 +161,7 @@ public abstract class TagSupport implements Tag {
      * Executes the body of the tag and returns the result as a String.
      *
      * @param shouldEscape Signal if the text should be escaped.
-     * @return the text evaluation of the body
+     * @return The text evaluation of the body
      */
     protected String getBodyText(final boolean shouldEscape) throws 
JellyTagException {
         final StringWriter writer = new StringWriter();
@@ -169,13 +169,13 @@ public abstract class TagSupport implements Tag {
         return writer.toString();
     }
 
-       /** @return the context in which the tag will be run */
+       /** @return The context in which the tag will be run */
     @Override
     public JellyContext getContext() {
         return context;
     }
 
-    /** @return the parent of this tag */
+    /** @return The parent of this tag */
     @Override
     public Tag getParent() {
         return parent;
diff --git a/core/src/main/java/org/apache/commons/jelly/XMLOutput.java 
b/core/src/main/java/org/apache/commons/jelly/XMLOutput.java
index 0a69c0b8..6deb7082 100644
--- a/core/src/main/java/org/apache/commons/jelly/XMLOutput.java
+++ b/core/src/main/java/org/apache/commons/jelly/XMLOutput.java
@@ -539,14 +539,14 @@ public class XMLOutput implements ContentHandler, 
LexicalHandler {
     }
 
     /**
-     * @return the SAX ContentHandler to use to pipe SAX events into
+     * @return The SAX ContentHandler to use to pipe SAX events into
      */
     public ContentHandler getContentHandler() {
         return contentHandler;
     }
 
     /**
-     * @return the SAX LexicalHandler to use to pipe SAX events into
+     * @return The SAX LexicalHandler to use to pipe SAX events into
      */
     public LexicalHandler getLexicalHandler() {
         return lexicalHandler;
diff --git 
a/core/src/main/java/org/apache/commons/jelly/expression/CompositeExpression.java
 
b/core/src/main/java/org/apache/commons/jelly/expression/CompositeExpression.java
index e150b63f..f4c4dcd0 100644
--- 
a/core/src/main/java/org/apache/commons/jelly/expression/CompositeExpression.java
+++ 
b/core/src/main/java/org/apache/commons/jelly/expression/CompositeExpression.java
@@ -40,7 +40,7 @@ public class CompositeExpression extends ExpressionSupport {
      * @param factory is the Factory of Expression objects used to create 
expressions for the contents
      *  of the String "foo" inside expressions such as "${foo}"
      *
-     * @return the Expression for the given String.
+     * @return The Expression for the given String.
      * @throws JellyException if the text is invalid (such as missing '}' 
character).
      * @throws JellyException if there was some problem creating the 
underlying Expression object
      *  from the ExpressionFactory
@@ -247,7 +247,7 @@ public class CompositeExpression extends ExpressionSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the Expression objects that make up this
+     * @return The Expression objects that make up this
      * composite expression
      */
     public List getExpressions() {
diff --git 
a/core/src/main/java/org/apache/commons/jelly/expression/Expression.java 
b/core/src/main/java/org/apache/commons/jelly/expression/Expression.java
index 60a916cc..2704c899 100644
--- a/core/src/main/java/org/apache/commons/jelly/expression/Expression.java
+++ b/core/src/main/java/org/apache/commons/jelly/expression/Expression.java
@@ -68,7 +68,7 @@ public interface Expression {
     Object evaluateRecurse(JellyContext context);
 
     /**
-     * @return the textual representation of this expression
+     * @return The textual representation of this expression
      */
     String getExpressionText();
 }
diff --git a/core/src/main/java/org/apache/commons/jelly/impl/BeanSource.java 
b/core/src/main/java/org/apache/commons/jelly/impl/BeanSource.java
index 0d03ac49..31b75080 100644
--- a/core/src/main/java/org/apache/commons/jelly/impl/BeanSource.java
+++ b/core/src/main/java/org/apache/commons/jelly/impl/BeanSource.java
@@ -24,7 +24,7 @@ import org.apache.commons.jelly.JellyTagException;
 public interface BeanSource {
 
     /**
-     * @return the bean to which this tag is associated
+     * @return The bean to which this tag is associated
      */
     Object getBean() throws JellyTagException;
 }
diff --git 
a/core/src/main/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java
 
b/core/src/main/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java
index 0a775c89..5ebd6d9f 100644
--- 
a/core/src/main/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java
+++ 
b/core/src/main/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java
@@ -77,7 +77,7 @@ public class DefaultTagLibraryResolver implements 
TagLibraryResolver {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the DiscoverClasses instance to use to locate services.
+     * @return The DiscoverClasses instance to use to locate services.
      *  This object is lazily created if it has not been configured.
      */
     public DiscoverClasses getDiscoverClasses() {
diff --git 
a/core/src/main/java/org/apache/commons/jelly/impl/DynamicBeanTag.java 
b/core/src/main/java/org/apache/commons/jelly/impl/DynamicBeanTag.java
index 43c605c8..81fddd75 100644
--- a/core/src/main/java/org/apache/commons/jelly/impl/DynamicBeanTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/impl/DynamicBeanTag.java
@@ -167,7 +167,7 @@ public class DynamicBeanTag extends DynaBeanTagSupport 
implements BeanSource {
     }
 
     /**
-     * @return the bean that has just been created
+     * @return The bean that has just been created
      */
     @Override
     public Object getBean() {
diff --git 
a/core/src/main/java/org/apache/commons/jelly/impl/DynamicDynaBeanTag.java 
b/core/src/main/java/org/apache/commons/jelly/impl/DynamicDynaBeanTag.java
index 4784d28c..21abf0f1 100644
--- a/core/src/main/java/org/apache/commons/jelly/impl/DynamicDynaBeanTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/impl/DynamicDynaBeanTag.java
@@ -108,7 +108,7 @@ public class DynamicDynaBeanTag extends DynaBeanTagSupport 
implements BeanSource
     }
 
     /**
-     * @return the bean that has just been created
+     * @return The bean that has just been created
      */
     @Override
     public Object getBean() {
diff --git a/core/src/main/java/org/apache/commons/jelly/impl/Embedded.java 
b/core/src/main/java/org/apache/commons/jelly/impl/Embedded.java
index f2f1beb9..2546487d 100644
--- a/core/src/main/java/org/apache/commons/jelly/impl/Embedded.java
+++ b/core/src/main/java/org/apache/commons/jelly/impl/Embedded.java
@@ -190,7 +190,7 @@ public class Embedded {
     }
 
     /**
-     * @return the URL for the relative file name or absolute URL
+     * @return The URL for the relative file name or absolute URL
      */
     private URL resolveURL(final String name) throws MalformedURLException {
         final File file = new File(name);
diff --git 
a/core/src/main/java/org/apache/commons/jelly/impl/ExpressionScript.java 
b/core/src/main/java/org/apache/commons/jelly/impl/ExpressionScript.java
index b4f63c5a..d8b29af4 100644
--- a/core/src/main/java/org/apache/commons/jelly/impl/ExpressionScript.java
+++ b/core/src/main/java/org/apache/commons/jelly/impl/ExpressionScript.java
@@ -45,7 +45,7 @@ public class ExpressionScript implements Script {
         return this;
     }
 
-    /** @return the expression evaluated as a String and output by this script 
*/
+    /** @return The expression evaluated as a String and output by this script 
*/
     public Expression getExpression() {
         return expression;
     }
diff --git a/core/src/main/java/org/apache/commons/jelly/impl/TagScript.java 
b/core/src/main/java/org/apache/commons/jelly/impl/TagScript.java
index ec9f6420..2a566f25 100644
--- a/core/src/main/java/org/apache/commons/jelly/impl/TagScript.java
+++ b/core/src/main/java/org/apache/commons/jelly/impl/TagScript.java
@@ -299,21 +299,21 @@ public class TagScript implements Script {
     }
 
     /**
-     * @return the column number of the tag
+     * @return The column number of the tag
      */
     public int getColumnNumber() {
         return columnNumber;
     }
 
     /**
-     * @return the element name which caused the problem
+     * @return The element name which caused the problem
      */
     public String getElementName() {
         return elementName;
     }
 
        /**
-     * @return the Jelly file which caused the problem
+     * @return The Jelly file which caused the problem
      */
     public String getFileName() {
         return fileName;
@@ -331,7 +331,7 @@ public class TagScript implements Script {
     }
 
     /**
-     * @return the line number of the tag
+     * @return The line number of the tag
      */
     public int getLineNumber() {
         return lineNumber;
@@ -392,7 +392,7 @@ public class TagScript implements Script {
     }
 
     /**
-     * @return the tag to be evaluated, creating it lazily if required.
+     * @return The tag to be evaluated, creating it lazily if required.
      */
     public Tag getTag(final JellyContext context) throws JellyException {
         final Thread t = Thread.currentThread();
@@ -417,14 +417,14 @@ public class TagScript implements Script {
 
     /**
      * Returns the Factory of Tag instances.
-     * @return the factory
+     * @return The factory
      */
     public TagFactory getTagFactory() {
         return tagFactory;
     }
 
     /**
-        * @return the tagLibrary
+        * @return The tagLibrary
         */
        public TagLibrary getTagLibrary() {
                return tagLibrary;
diff --git a/core/src/main/java/org/apache/commons/jelly/impl/TextScript.java 
b/core/src/main/java/org/apache/commons/jelly/impl/TextScript.java
index ace6ee06..daa0bb17 100644
--- a/core/src/main/java/org/apache/commons/jelly/impl/TextScript.java
+++ b/core/src/main/java/org/apache/commons/jelly/impl/TextScript.java
@@ -43,7 +43,7 @@ public class TextScript implements Script {
         return this;
     }
 
-    /** @return the text output by this script */
+    /** @return The text output by this script */
     public String getText() {
         return text;
     }
diff --git a/core/src/main/java/org/apache/commons/jelly/parser/XMLParser.java 
b/core/src/main/java/org/apache/commons/jelly/parser/XMLParser.java
index 233ae32f..3a8b77bb 100644
--- a/core/src/main/java/org/apache/commons/jelly/parser/XMLParser.java
+++ b/core/src/main/java/org/apache/commons/jelly/parser/XMLParser.java
@@ -355,7 +355,7 @@ public class XMLParser extends DefaultHandler {
      * Create a SAX exception which also understands about the location in
      * the digester file where the exception occurs
      *
-     * @return the new exception
+     * @return The new exception
      */
     protected SAXException createSAXException(final Exception e) {
         return createSAXException(e.getMessage(), e);
@@ -365,7 +365,7 @@ public class XMLParser extends DefaultHandler {
      * Create a SAX exception which also understands about the location in
      * the digester file where the exception occurs
      *
-     * @return the new exception
+     * @return The new exception
      */
     protected SAXException createSAXException(final String message) {
         return createSAXException(message, null);
@@ -375,7 +375,7 @@ public class XMLParser extends DefaultHandler {
      * Create a SAX exception which also understands about the location in
      * the file where the exception occurs
      *
-     * @return the new exception
+     * @return The new exception
      */
     protected SAXException createSAXException(final String message, final 
Exception e) {
         log.warn("Underlying exception: " + e);
@@ -702,7 +702,7 @@ public class XMLParser extends DefaultHandler {
     }
 
     /**
-     * @return the current context URI as a String or null if there is no
+     * @return The current context URI as a String or null if there is no
      * current context defined on the JellyContext
      */
     protected String getCurrentURI() {
@@ -722,7 +722,7 @@ public class XMLParser extends DefaultHandler {
      * tag and falling back by creating one.  If the current tag is a 
StaticTag (IE
      * has no TagLibrary) then continues up the stack looking for a valid one.
      * @param tagScript
-     * @return the expression factory used to evaluate tag attributes
+     * @return The expression factory used to evaluate tag attributes
      */
     public ExpressionFactory getExpressionFactory(final TagScript tagScript) {
        // Check the tag library
@@ -847,7 +847,7 @@ public class XMLParser extends DefaultHandler {
      * Returns the script that has just been created if this class is used
      * as a SAX ContentHandler and passed into some XML processor or parser.
      *
-     * @return the ScriptBlock created if SAX events are piped into this class,
+     * @return The ScriptBlock created if SAX events are piped into this class,
      * which must include a startDocument() and endDocument()
      */
     public ScriptBlock getScript() {
diff --git 
a/core/src/main/java/org/apache/commons/jelly/tags/core/CatchTag.java 
b/core/src/main/java/org/apache/commons/jelly/tags/core/CatchTag.java
index be8b95a1..85a22bfc 100644
--- a/core/src/main/java/org/apache/commons/jelly/tags/core/CatchTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/tags/core/CatchTag.java
@@ -119,7 +119,7 @@ public class CatchTag extends TagSupport {
     }
 
     /**
-        * @return the exceptions.
+        * @return The exceptions.
         */
        public String getExceptions() {
                return exceptions;
@@ -129,7 +129,7 @@ public class CatchTag extends TagSupport {
        /**
      * Dissect Exception stack to get the real exception throughout the 
JellyTagException wrapping
      * @param t
-     * @return the first exception in stack that's not a JellyTagException
+     * @return The first exception in stack that's not a JellyTagException
      */
     protected Throwable getRealException(final Throwable t) {
         final Throwable c = t.getCause();
diff --git 
a/core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java 
b/core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java
index de31f137..f4227243 100644
--- a/core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/tags/core/ForEachTag.java
@@ -58,7 +58,7 @@ public class ForEachTag extends TagSupport {
         }
 
         /**
-         * @return the begin.
+         * @return The begin.
          */
         @Override
         public Integer getBegin() {
@@ -66,7 +66,7 @@ public class ForEachTag extends TagSupport {
         }
 
         /**
-         * @return the count.
+         * @return The count.
          */
         @Override
         public int getCount() {
@@ -74,7 +74,7 @@ public class ForEachTag extends TagSupport {
         }
 
         /**
-         * @return the current.
+         * @return The current.
          */
         @Override
         public Object getCurrent() {
@@ -82,7 +82,7 @@ public class ForEachTag extends TagSupport {
         }
 
         /**
-         * @return the end.
+         * @return The end.
          */
         @Override
         public Integer getEnd() {
@@ -90,7 +90,7 @@ public class ForEachTag extends TagSupport {
         }
 
         /**
-         * @return the index.
+         * @return The index.
          */
         @Override
         public int getIndex() {
@@ -98,7 +98,7 @@ public class ForEachTag extends TagSupport {
         }
 
         /**
-         * @return the step.
+         * @return The step.
          */
         @Override
         public Integer getStep() {
@@ -106,7 +106,7 @@ public class ForEachTag extends TagSupport {
         }
 
         /**
-         * @return the first.
+         * @return The first.
          */
         @Override
         public boolean isFirst() {
@@ -114,7 +114,7 @@ public class ForEachTag extends TagSupport {
         }
 
         /**
-         * @return the last.
+         * @return The last.
          */
         @Override
         public boolean isLast() {
diff --git 
a/core/src/main/java/org/apache/commons/jelly/tags/core/IncludeTag.java 
b/core/src/main/java/org/apache/commons/jelly/tags/core/IncludeTag.java
index 8721496a..ab81ebd1 100644
--- a/core/src/main/java/org/apache/commons/jelly/tags/core/IncludeTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/tags/core/IncludeTag.java
@@ -64,7 +64,7 @@ public class IncludeTag extends TagSupport {
     /**
      * Gets the file.
      *
-     * @return the file.
+     * @return The file.
      */
     public File getFile() {
         return file;
diff --git 
a/core/src/main/java/org/apache/commons/jelly/tags/core/ParseTag.java 
b/core/src/main/java/org/apache/commons/jelly/tags/core/ParseTag.java
index 1e9e0f35..c7f26333 100644
--- a/core/src/main/java/org/apache/commons/jelly/tags/core/ParseTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/tags/core/ParseTag.java
@@ -131,7 +131,7 @@ public class ParseTag extends TagSupport {
         return var;
     }
 
-    /** @return the XMLReader used for parsing, creating one lazily if need be 
 */
+    /** @return The XMLReader used for parsing, creating one lazily if need be 
 */
     public XMLReader getXMLReader() throws ParserConfigurationException, 
SAXException {
         if (xmlReader == null) {
             xmlReader = createXMLReader();
diff --git 
a/core/src/main/java/org/apache/commons/jelly/tags/core/UseBeanTag.java 
b/core/src/main/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
index 018c09a8..40c42cc8 100644
--- a/core/src/main/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
+++ b/core/src/main/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
@@ -127,7 +127,7 @@ public class UseBeanTag extends MapTagSupport implements 
BeanSource {
     // 
-------------------------------------------------------------------------
 
     /**
-     * @return the bean that has just been created
+     * @return The bean that has just been created
      */
     @Override
     public Object getBean() {
@@ -142,7 +142,7 @@ public class UseBeanTag extends MapTagSupport implements 
BeanSource {
     }
 
     /**
-     * @return the Set of property names that should be ignored when setting 
the properties of the bean.
+     * @return The Set of property names that should be ignored when setting 
the properties of the bean.
      */
     protected Set getIgnorePropertySet() {
         if (ignoreProperties == null) {
diff --git 
a/core/src/main/java/org/apache/commons/jelly/util/ClassLoaderUtils.java 
b/core/src/main/java/org/apache/commons/jelly/util/ClassLoaderUtils.java
index 050f2ec1..5598f507 100644
--- a/core/src/main/java/org/apache/commons/jelly/util/ClassLoaderUtils.java
+++ b/core/src/main/java/org/apache/commons/jelly/util/ClassLoaderUtils.java
@@ -31,7 +31,7 @@ public class ClassLoaderUtils {
     /**
      * Gets the loader for the given class.
      * @param clazz the class to retrieve the loader for
-     * @return the class loader that loaded the provided class
+     * @return The class loader that loaded the provided class
      */
     public static ClassLoader getClassLoader(final Class clazz) {
         ClassLoader callersLoader = clazz.getClassLoader();
diff --git a/core/src/test/java/org/apache/commons/jelly/TJEcho.java 
b/core/src/test/java/org/apache/commons/jelly/TJEcho.java
index 5ef93435..99d79f47 100644
--- a/core/src/test/java/org/apache/commons/jelly/TJEcho.java
+++ b/core/src/test/java/org/apache/commons/jelly/TJEcho.java
@@ -39,14 +39,14 @@ public class TJEcho extends TagSupport {
        }
 
        /**
-        * @return the attr
+        * @return The attr
         */
        public String getAttr() {
                return attr;
        }
 
        /**
-        * @return the id
+        * @return The id
         */
        public String getId() {
                return id;
diff --git 
a/core/src/test/java/org/apache/commons/jelly/core/ModularExceptionBean.java 
b/core/src/test/java/org/apache/commons/jelly/core/ModularExceptionBean.java
index 148ea5c9..a3fe8cdd 100644
--- a/core/src/test/java/org/apache/commons/jelly/core/ModularExceptionBean.java
+++ b/core/src/test/java/org/apache/commons/jelly/core/ModularExceptionBean.java
@@ -46,7 +46,7 @@ public class ModularExceptionBean {
     }
 
     /**
-     * @return the exception.
+     * @return The exception.
      */
     public String getException() {
         return exception;
diff --git 
a/core/src/test/java/org/apache/commons/jelly/tags/junit/CaseTag.java 
b/core/src/test/java/org/apache/commons/jelly/tags/junit/CaseTag.java
index 8bf06aa8..bda61088 100644
--- a/core/src/test/java/org/apache/commons/jelly/tags/junit/CaseTag.java
+++ b/core/src/test/java/org/apache/commons/jelly/tags/junit/CaseTag.java
@@ -71,7 +71,7 @@ public class CaseTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the name of this test case
+     * @return The name of this test case
      */
     public String getName() {
         return name;
diff --git 
a/core/src/test/java/org/apache/commons/jelly/tags/junit/FailTag.java 
b/core/src/test/java/org/apache/commons/jelly/tags/junit/FailTag.java
index b4871ac2..76749f0b 100644
--- a/core/src/test/java/org/apache/commons/jelly/tags/junit/FailTag.java
+++ b/core/src/test/java/org/apache/commons/jelly/tags/junit/FailTag.java
@@ -45,7 +45,7 @@ public class FailTag extends AssertTagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the failure message
+     * @return The failure message
      */
     public String getMessage() {
         return message;
diff --git 
a/core/src/test/java/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
 
b/core/src/test/java/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
index 477b2213..f702f60c 100644
--- 
a/core/src/test/java/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
+++ 
b/core/src/test/java/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
@@ -70,7 +70,7 @@ public class JellyAssertionFailedError extends 
AssertionFailedError implements L
     }
 
     /**
-     * @return the column number of the tag
+     * @return The column number of the tag
      */
     @Override
     public int getColumnNumber() {
@@ -78,7 +78,7 @@ public class JellyAssertionFailedError extends 
AssertionFailedError implements L
     }
 
     /**
-     * @return the element name which caused the problem
+     * @return The element name which caused the problem
      */
     @Override
     public String getElementName() {
@@ -86,7 +86,7 @@ public class JellyAssertionFailedError extends 
AssertionFailedError implements L
     }
 
     /**
-     * @return the Jelly file which caused the problem
+     * @return The Jelly file which caused the problem
      */
     @Override
     public String getFileName() {
@@ -94,7 +94,7 @@ public class JellyAssertionFailedError extends 
AssertionFailedError implements L
     }
 
     /**
-     * @return the line number of the tag
+     * @return The line number of the tag
      */
     @Override
     public int getLineNumber() {
diff --git a/core/src/test/java/org/apache/commons/jelly/tags/junit/RunTag.java 
b/core/src/test/java/org/apache/commons/jelly/tags/junit/RunTag.java
index 6911a64f..62b61aa0 100644
--- a/core/src/test/java/org/apache/commons/jelly/tags/junit/RunTag.java
+++ b/core/src/test/java/org/apache/commons/jelly/tags/junit/RunTag.java
@@ -212,7 +212,7 @@ public class RunTag extends TagSupport {
     }
 
     /**
-     * @return the stack trace as a String
+     * @return The stack trace as a String
      */
     protected String stackTraceToString(final Throwable t) {
         final StringWriter writer = new StringWriter();
diff --git 
a/core/src/test/java/org/apache/commons/jelly/tags/junit/SuiteTag.java 
b/core/src/test/java/org/apache/commons/jelly/tags/junit/SuiteTag.java
index dadaf4f6..b75f7de8 100644
--- a/core/src/test/java/org/apache/commons/jelly/tags/junit/SuiteTag.java
+++ b/core/src/test/java/org/apache/commons/jelly/tags/junit/SuiteTag.java
@@ -80,7 +80,7 @@ public class SuiteTag extends TagSupport {
     }
 
     /**
-     * @return the name of this test suite
+     * @return The name of this test suite
      */
     public String getName() {
         return name;
diff --git 
a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/FileIterator.java
 
b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/FileIterator.java
index ba06612e..51f1dfef 100644
--- 
a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/FileIterator.java
+++ 
b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/FileIterator.java
@@ -79,7 +79,7 @@ public class FileIterator implements Iterator {
         return setNextObject();
     }
 
-    /** @return the next object which matches the given predicate */
+    /** @return The next object which matches the given predicate */
     @Override
     public Object next() {
         if (!nextObjectSet && !setNextObject()) {
diff --git 
a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/FileScannerTag.java
 
b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/FileScannerTag.java
index bbc70b87..03383a33 100644
--- 
a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/FileScannerTag.java
+++ 
b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/FileScannerTag.java
@@ -60,7 +60,7 @@ public class FileScannerTag extends TagSupport implements 
TaskSource {
     }
 
     /**
-     * @return the Ant task
+     * @return The Ant task
      */
     public FileScanner getFileScanner() {
         return fileScanner;
diff --git 
a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/TaskSource.java
 
b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/TaskSource.java
index 0dab0557..e16bef4c 100644
--- 
a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/TaskSource.java
+++ 
b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/tags/ant/TaskSource.java
@@ -24,7 +24,7 @@ import org.apache.commons.jelly.JellyTagException;
 public interface TaskSource {
 
     /**
-     * @return the Ant object which may be an Ant Task or nested element
+     * @return The Ant object which may be an Ant Task or nested element
      */
     Object getTaskObject() throws JellyTagException;
 
diff --git 
a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/task/AntJellyContext.java
 
b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/task/AntJellyContext.java
index 4cdcb817..054587f7 100644
--- 
a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/task/AntJellyContext.java
+++ 
b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/task/AntJellyContext.java
@@ -50,7 +50,7 @@ public class AntJellyContext extends JellyContext {
         return new AntJellyContext(project, this);
     }
 
-    /** @return the value of the given variable name */
+    /** @return The value of the given variable name */
     @Override
     public Object getVariable(final String name) {
         // look in parent first
@@ -84,7 +84,7 @@ public class AntJellyContext extends JellyContext {
     }
 
     /**
-     * @return the Map of variables in this scope
+     * @return The Map of variables in this scope
      */
     @Override
     public Map getVariables() {
diff --git 
a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/task/JellyTask.java 
b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/task/JellyTask.java
index 5e1306ee..a632638d 100644
--- a/jelly-tags/ant/src/main/java/org/apache/commons/jelly/task/JellyTask.java
+++ b/jelly-tags/ant/src/main/java/org/apache/commons/jelly/task/JellyTask.java
@@ -152,7 +152,7 @@ public class JellyTask extends Task {
     }
 
     /**
-     * @return the URL for the relative file name or absolute URL
+     * @return The URL for the relative file name or absolute URL
      */
     protected URL resolveURL(final String name) throws MalformedURLException {
         final File file = getProject().resolveFile(name);
diff --git 
a/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeanPropertyTag.java
 
b/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeanPropertyTag.java
index c6f2316a..69bc4002 100644
--- 
a/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeanPropertyTag.java
+++ 
b/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeanPropertyTag.java
@@ -56,7 +56,7 @@ public class BeanPropertyTag extends BeanTag {
      * matches the add{tag name} pattern, whose return type is void and which 
takes
      * one argument only.
      * @param parentClass
-     * @return the class of the first and only parameter
+     * @return The class of the first and only parameter
      */
     protected Class findAddMethodClass(final Class parentClass) {
         final Method[] methods = parentClass.getMethods();
diff --git 
a/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeanTag.java 
b/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeanTag.java
index 588360ab..d9f58c07 100644
--- 
a/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeanTag.java
+++ 
b/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeanTag.java
@@ -86,7 +86,7 @@ public class BeanTag extends UseBeanTag {
     }
 
     /**
-     * @return the parent bean object
+     * @return The parent bean object
      */
     protected Object getParentObject() throws JellyTagException {
         final BeanSource tag = (BeanSource) 
findAncestorWithClass(BeanSource.class);
@@ -97,7 +97,7 @@ public class BeanTag extends UseBeanTag {
     }
 
     /**
-     * @return the local name of the XML tag to which this tag is bound
+     * @return The local name of the XML tag to which this tag is bound
      */
     public String getTagName() {
         return tagName;
diff --git 
a/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeandefTag.java
 
b/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeandefTag.java
index 1affb3ba..4369b4ef 100644
--- 
a/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeandefTag.java
+++ 
b/jelly-tags/bean/src/main/java/org/apache/commons/jelly/tags/bean/BeandefTag.java
@@ -97,7 +97,7 @@ public class BeandefTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the ClassLoader to use to load classes
+     * @return The ClassLoader to use to load classes
      *  or will use the thread context loader if none is specified.
      */
     public ClassLoader getClassLoader() {
diff --git 
a/jelly-tags/betwixt/src/main/java/org/apache/commons/jelly/tags/betwixt/IntrospectorTag.java
 
b/jelly-tags/betwixt/src/main/java/org/apache/commons/jelly/tags/betwixt/IntrospectorTag.java
index 5c18aea4..6d0aa253 100644
--- 
a/jelly-tags/betwixt/src/main/java/org/apache/commons/jelly/tags/betwixt/IntrospectorTag.java
+++ 
b/jelly-tags/betwixt/src/main/java/org/apache/commons/jelly/tags/betwixt/IntrospectorTag.java
@@ -145,7 +145,7 @@ public class IntrospectorTag extends TagSupport {
     }
 
     /**
-     * @return the current XMLIntrospector, lazily creating one if required
+     * @return The current XMLIntrospector, lazily creating one if required
      */
     public XMLIntrospector getIntrospector() {
         if ( introspector == null ) {
diff --git 
a/jelly-tags/betwixt/src/main/java/org/apache/commons/jelly/tags/betwixt/ParseTag.java
 
b/jelly-tags/betwixt/src/main/java/org/apache/commons/jelly/tags/betwixt/ParseTag.java
index 325950fe..8839bf81 100644
--- 
a/jelly-tags/betwixt/src/main/java/org/apache/commons/jelly/tags/betwixt/ParseTag.java
+++ 
b/jelly-tags/betwixt/src/main/java/org/apache/commons/jelly/tags/betwixt/ParseTag.java
@@ -122,14 +122,14 @@ public class ParseTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the ClassLoader to be used to load bean classes.
+     * @return The ClassLoader to be used to load bean classes.
      */
     protected ClassLoader getClassLoader() {
         return ClassLoaderUtils.getClassLoader(classLoader, 
useContextClassLoader, getClass());
     }
 
     /**
-     * @return the introspector to be used, lazily creating one if required.
+     * @return The introspector to be used, lazily creating one if required.
      */
     public XMLIntrospector getIntrospector() {
         if (introspector == null) {
diff --git 
a/jelly-tags/bsf/src/main/java/org/apache/commons/jelly/tags/bsf/BSFExpressionFactory.java
 
b/jelly-tags/bsf/src/main/java/org/apache/commons/jelly/tags/bsf/BSFExpressionFactory.java
index 3b73bb9f..f34d3bf1 100644
--- 
a/jelly-tags/bsf/src/main/java/org/apache/commons/jelly/tags/bsf/BSFExpressionFactory.java
+++ 
b/jelly-tags/bsf/src/main/java/org/apache/commons/jelly/tags/bsf/BSFExpressionFactory.java
@@ -65,7 +65,7 @@ public class BSFExpressionFactory implements 
ExpressionFactory {
         }
     }
 
-    /** @return the BSF Engine to be used by this expression factory */
+    /** @return The BSF Engine to be used by this expression factory */
     public BSFEngine getBSFEngine() throws BSFException {
         if ( engine == null ) {
             engine = createBSFEngine();
@@ -81,7 +81,7 @@ public class BSFExpressionFactory implements 
ExpressionFactory {
         return manager;
     }
 
-    /** @return the BSF language to be used */
+    /** @return The BSF language to be used */
     public String getLanguage() {
         return language;
     }
diff --git 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/BeanTag.java
 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/BeanTag.java
index a1fa842b..f4a9f998 100644
--- 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/BeanTag.java
+++ 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/BeanTag.java
@@ -111,7 +111,7 @@ public class BeanTag extends DefineTagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the ClassLoader to use to load classes specified by this object,
+     * @return The ClassLoader to use to load classes specified by this object,
      *  the thread context loader if the context flag is set, or the class 
used to load this class.
      */
     public ClassLoader getClassLoader() {
diff --git 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ClassLoaderTag.java
 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ClassLoaderTag.java
index 4c82c68a..da2959ab 100644
--- 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ClassLoaderTag.java
+++ 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ClassLoaderTag.java
@@ -75,14 +75,14 @@ public class ClassLoaderTag extends BeanTag {
     }
 
     /**
-     * @return the url to load the classes from
+     * @return The url to load the classes from
      */
     public String getUrl() {
         return this.url;
     }
 
     /**
-     * @return the variable to store the class loader in
+     * @return The variable to store the class loader in
      */
     public String getVar() {
         return this.var;
diff --git 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/DefineTagSupport.java
 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/DefineTagSupport.java
index 68a675d9..91cd3ae7 100644
--- 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/DefineTagSupport.java
+++ 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/DefineTagSupport.java
@@ -29,7 +29,7 @@ public abstract class DefineTagSupport extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the current dynamic tag library instance or throws a 
JellyException
+     * @return The current dynamic tag library instance or throws a 
JellyException
      * if one is not available
      */
     public DynamicTagLibrary getTagLibrary() {
diff --git 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ExtendTag.java
 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ExtendTag.java
index a8a0af76..17ce50da 100644
--- 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ExtendTag.java
+++ 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ExtendTag.java
@@ -65,7 +65,7 @@ public class ExtendTag extends DefineTagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the name of the tag to create
+     * @return The name of the tag to create
      */
     public String getName() {
         return name;
diff --git 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/JellyBeanTag.java
 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/JellyBeanTag.java
index 367ee067..df081e90 100644
--- 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/JellyBeanTag.java
+++ 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/JellyBeanTag.java
@@ -56,7 +56,7 @@ public class JellyBeanTag extends BeanTag {
     }
 
     /**
-     * @return the method name to use, which defaults to 'run' for Runnable
+     * @return The method name to use, which defaults to 'run' for Runnable
      * objects
      */
     public String getMethod() {
diff --git 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ScriptTag.java
 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ScriptTag.java
index 301f0d77..bef8ddc0 100644
--- 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ScriptTag.java
+++ 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/ScriptTag.java
@@ -48,7 +48,7 @@ public class ScriptTag extends TagSupport {
     // Properties
     //-------------------------------------------------------------------------
 
-    /** @return the variable name of the script to create */
+    /** @return The variable name of the script to create */
     public String getVar() {
         return var;
     }
diff --git 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/TagTag.java
 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/TagTag.java
index 8a66322e..e38d780c 100644
--- 
a/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/TagTag.java
+++ 
b/jelly-tags/define/src/main/java/org/apache/commons/jelly/tags/define/TagTag.java
@@ -45,7 +45,7 @@ public class TagTag extends DefineTagSupport {
     // Properties
     //-------------------------------------------------------------------------
 
-    /** @return the name of the tag to create */
+    /** @return The name of the tag to create */
     public String getName() {
         return name;
     }
diff --git 
a/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/BundleTag.java 
b/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/BundleTag.java
index 39d50469..2aa3e62f 100644
--- 
a/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/BundleTag.java
+++ 
b/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/BundleTag.java
@@ -47,7 +47,7 @@ public class BundleTag extends TagSupport {
      * @param basename the resource bundle base name
      * @param pref the preferred locale
      * @param cl   classloader used to find resource bundle
-     * @return the requested resource bundle, or {@code null} if no resource
+     * @return The requested resource bundle, or {@code null} if no resource
      * bundle with the given base name exists or if there is no exact- or
      * language-match between the preferred locale and the locale of
      * the bundle returned by java.util.ResourceBundle.getBundle().
diff --git 
a/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java
 
b/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java
index a9056273..74f3ebb6 100644
--- 
a/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java
+++ 
b/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java
@@ -83,7 +83,7 @@ public class SetLocaleTag extends TagSupport {
      * this method is used to set the response locale).
      *
      * @param avail the array of available locales
-     * @return the formatting locale to use
+     * @return The formatting locale to use
      */
     static Locale getFormattingLocale(final JellyContext jc,
     final Tag fromTag,
@@ -155,7 +155,7 @@ public class SetLocaleTag extends TagSupport {
      * @param name the name of the scoped attribute or context configuration
      * parameter
      *
-     * @return the locale specified by the named scoped attribute or context
+     * @return The locale specified by the named scoped attribute or context
      * configuration parameter, or {@code null} if no scoped attribute or
      * configuration parameter with the given name exists
      */
diff --git 
a/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java
 
b/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java
index 74019666..a0bbf8d7 100644
--- 
a/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java
+++ 
b/jelly-tags/fmt/src/main/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java
@@ -49,7 +49,7 @@ public class TimeZoneTag extends TagSupport {
      * @param fromTag the action for which the time zone needs to be
      * determined
      *
-     * @return the time zone, or {@code null} if the given action is not
+     * @return The time zone, or {@code null} if the given action is not
      * nested inside a &lt;timeZone&gt; action and no time zone configuration
      * setting exists
      */
diff --git 
a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/HttpTagSupport.java
 
b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/HttpTagSupport.java
index 2481d62a..6bb8d433 100644
--- 
a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/HttpTagSupport.java
+++ 
b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/HttpTagSupport.java
@@ -160,7 +160,7 @@ public abstract class HttpTagSupport extends TagSupport {
      * return a HttpClient shared on the session tag, or a new one if no
      * session tag exists
      *
-     * @return the shared http client from the session tag, or create a new 
one.
+     * @return The shared http client from the session tag, or create a new 
one.
      */
     private HttpClient getHttpClient() {
         final SessionTag session = getSessionTag();
@@ -217,7 +217,7 @@ public abstract class HttpTagSupport extends TagSupport {
     
//--------------------------------------------------------------------------
 
     /**
-     * @return the url specified by the tag, either the url if not null, or
+     * @return The url specified by the tag, either the url if not null, or
      * a combination of the host, port and path
      */
     public String getResolvedUrl() {
@@ -236,7 +236,7 @@ public abstract class HttpTagSupport extends TagSupport {
     /**
      * retrieve the optional parent session tag
      *
-     * @return the ancestor tag with class {@link SessionTag} or null if
+     * @return The ancestor tag with class {@link SessionTag} or null if
      *      not found
      */
     private SessionTag getSessionTag() {
diff --git 
a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/Proxy.java 
b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/Proxy.java
index 6a4f7bfa..c6942331 100644
--- 
a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/Proxy.java
+++ 
b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/Proxy.java
@@ -54,7 +54,7 @@ public class Proxy {
     /**
      * Getter for property host.
      *
-     * @return the host name of the proxy to be used.
+     * @return The host name of the proxy to be used.
      */
     public String getHost() {
         return _host;
@@ -63,7 +63,7 @@ public class Proxy {
     /**
      * Getter for property port.
      *
-     * @return the port to send proxied requests on.
+     * @return The port to send proxied requests on.
      */
     public int getPort() {
         return _port;
diff --git 
a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/SessionTag.java
 
b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/SessionTag.java
index 5c24d6ca..f97a2991 100644
--- 
a/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/SessionTag.java
+++ 
b/jelly-tags/http/src/main/java/org/apache/commons/jelly/tags/http/SessionTag.java
@@ -111,7 +111,7 @@ public class SessionTag extends TagSupport {
     /**
      * Helper method for proxy host property
      *
-     * @return the {@link #getProxy() proxy's} host property
+     * @return The {@link #getProxy() proxy's} host property
      */
     public String getProxyHost() {
         return getProxy().getHost();
@@ -120,7 +120,7 @@ public class SessionTag extends TagSupport {
     /**
      * Helper method for proxy {@code port} property
      *
-     * @return the {@link #getProxy() proxy's} port property
+     * @return The {@link #getProxy() proxy's} port property
      */
     public int getProxyPort() {
         return getProxy().getPort();
diff --git 
a/jelly-tags/jetty/src/main/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java
 
b/jelly-tags/jetty/src/main/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java
index 036ab4bc..59252b2b 100644
--- 
a/jelly-tags/jetty/src/main/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java
+++ 
b/jelly-tags/jetty/src/main/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java
@@ -118,7 +118,7 @@ public class JettyHttpServerTag extends TagSupport {
      * Add a user authentication realm to the server instance
      *
      * @param realm the realm to add
-     * @return the realm added
+     * @return The realm added
      */
     public UserRealm addRealm(final UserRealm realm)
     {
diff --git 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceImageTag.java
 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceImageTag.java
index 21a8679c..0b2f777d 100644
--- 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceImageTag.java
+++ 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceImageTag.java
@@ -62,7 +62,7 @@ public class JFaceImageTag extends ImageTag {
     }
 
     /**
-     * @return the parent window
+     * @return The parent window
      */
     public Window getParentWindow() {
         final ApplicationWindowTag tag =
diff --git 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceLayoutDataTag.java
 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceLayoutDataTag.java
index 86527504..4e5be6fe 100644
--- 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceLayoutDataTag.java
+++ 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceLayoutDataTag.java
@@ -38,7 +38,7 @@ public class JFaceLayoutDataTag extends LayoutDataTag {
     }
 
     /**
-     * @return the parent window
+     * @return The parent window
      */
     public Window getParentWindow() {
         final ApplicationWindowTag tag =
diff --git 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceLayoutTag.java
 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceLayoutTag.java
index bfdc9639..8fe3b09b 100644
--- 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceLayoutTag.java
+++ 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/JFaceLayoutTag.java
@@ -38,7 +38,7 @@ public class JFaceLayoutTag extends LayoutTag {
     }
 
     /**
-     * @return the parent window
+     * @return The parent window
      */
     public Window getParentWindow() {
         final ApplicationWindowTag tag =
diff --git 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/MenuManagerTag.java
 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/MenuManagerTag.java
index 2d19b438..bd0fb953 100644
--- 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/MenuManagerTag.java
+++ 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/MenuManagerTag.java
@@ -68,7 +68,7 @@ public class MenuManagerTag extends UseBeanTag {
     }
 
     /**
-     * @return the parent window which this widget will be added to.
+     * @return The parent window which this widget will be added to.
      */
     public Window getParentWindow() {
 
diff --git 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/ViewerTag.java
 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/ViewerTag.java
index 296640b2..7868cd3c 100644
--- 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/ViewerTag.java
+++ 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/ViewerTag.java
@@ -51,7 +51,7 @@ public class ViewerTag extends WidgetTag {
     }
 
     /**
-     * @return the visible viewer, if there is one.
+     * @return The visible viewer, if there is one.
      */
     public Viewer getViewer() {
         final Object bean = getBean();
diff --git 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/window/ApplicationWindowTag.java
 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/window/ApplicationWindowTag.java
index bee5f9e0..00272d70 100644
--- 
a/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/window/ApplicationWindowTag.java
+++ 
b/jelly-tags/jface/src/main/java/org/apache/commons/jelly/tags/jface/window/ApplicationWindowTag.java
@@ -79,7 +79,7 @@ public class ApplicationWindowTag extends UseBeanTag {
     }
 
     /**
-     * @return the visible window, if there is one.
+     * @return The visible window, if there is one.
      */
     public Window getWindow() {
         final Object bean = getBean();
diff --git 
a/jelly-tags/jms/src/main/java/org/apache/commons/jelly/tags/jms/StopwatchTag.java
 
b/jelly-tags/jms/src/main/java/org/apache/commons/jelly/tags/jms/StopwatchTag.java
index bef6c75a..c0c93294 100644
--- 
a/jelly-tags/jms/src/main/java/org/apache/commons/jelly/tags/jms/StopwatchTag.java
+++ 
b/jelly-tags/jms/src/main/java/org/apache/commons/jelly/tags/jms/StopwatchTag.java
@@ -72,21 +72,21 @@ public class StopwatchTag extends MessageOperationTag 
implements ConsumerTag {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the number of messages in the group before the performance 
statistics are logged
+     * @return The number of messages in the group before the performance 
statistics are logged
      */
     public int getGroupSize() {
         return groupSize;
     }
 
     /**
-     * @return the logger to which statistic messages will be sent
+     * @return The logger to which statistic messages will be sent
      */
     public Log getLog() {
         return log;
     }
 
     /**
-     * @return the MessageListener which this listener delegates to
+     * @return The MessageListener which this listener delegates to
      */
     public MessageListener getMessageListener() {
         return messageListener;
diff --git 
a/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/StyleTag.java 
b/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/StyleTag.java
index 79c7fd44..b1ee4192 100644
--- 
a/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/StyleTag.java
+++ 
b/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/StyleTag.java
@@ -74,7 +74,7 @@ public class StyleTag extends XPathTagSupport {
     // Properties
     //-------------------------------------------------------------------------
 
-    /** @return the source on which the stylesheet should run
+    /** @return The source on which the stylesheet should run
      */
     protected Object getSource() throws JaxenException {
         final Object source = getXPathContext();
diff --git 
a/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/StylesheetTag.java
 
b/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/StylesheetTag.java
index 2abba5ce..076e16af 100644
--- 
a/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/StylesheetTag.java
+++ 
b/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/StylesheetTag.java
@@ -113,7 +113,7 @@ public class StylesheetTag extends XPathTagSupport 
implements XPathSource {
         return mode;
     }
 
-    /** @return the source on which the stylesheet should run
+    /** @return The source on which the stylesheet should run
      */
     protected Object getSource() throws JaxenException {
         final Object source = getXPathContext();
@@ -131,7 +131,7 @@ public class StylesheetTag extends XPathTagSupport 
implements XPathSource {
     }
 
     /**
-     * @return the XMLOutput from the stylesheet if available
+     * @return The XMLOutput from the stylesheet if available
      */
     public XMLOutput getStylesheetOutput() {
         if (stylesheet instanceof JellyStylesheet) {
@@ -142,7 +142,7 @@ public class StylesheetTag extends XPathTagSupport 
implements XPathSource {
     }
 
     /**
-     * @return the current XPath iteration value
+     * @return The current XPath iteration value
      *  so that any other XPath aware child tags to use
      */
     @Override
diff --git 
a/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/TemplateTag.java
 
b/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/TemplateTag.java
index 29472159..3963f6e9 100644
--- 
a/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/TemplateTag.java
+++ 
b/jelly-tags/jsl/src/main/java/org/apache/commons/jelly/tags/jsl/TemplateTag.java
@@ -121,7 +121,7 @@ public class TemplateTag extends TagSupport implements 
XPathSource {
     }
 
     /**
-     * @return the current XPath value on which relative paths are evaluated
+     * @return The current XPath value on which relative paths are evaluated
      */
     @Override
     public Object getXPathSource() {
diff --git 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/CaseTag.java
 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/CaseTag.java
index 8bf06aa8..bda61088 100644
--- 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/CaseTag.java
+++ 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/CaseTag.java
@@ -71,7 +71,7 @@ public class CaseTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the name of this test case
+     * @return The name of this test case
      */
     public String getName() {
         return name;
diff --git 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/FailTag.java
 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/FailTag.java
index b4871ac2..76749f0b 100644
--- 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/FailTag.java
+++ 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/FailTag.java
@@ -45,7 +45,7 @@ public class FailTag extends AssertTagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the failure message
+     * @return The failure message
      */
     public String getMessage() {
         return message;
diff --git 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
index 3395090d..18822305 100644
--- 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
+++ 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
@@ -70,7 +70,7 @@ public class JellyAssertionFailedError extends 
AssertionFailedError implements L
     }
 
     /**
-     * @return the column number of the tag
+     * @return The column number of the tag
      */
     @Override
     public int getColumnNumber() {
@@ -78,7 +78,7 @@ public class JellyAssertionFailedError extends 
AssertionFailedError implements L
     }
 
     /**
-     * @return the element name which caused the problem
+     * @return The element name which caused the problem
      */
     @Override
     public String getElementName() {
@@ -86,7 +86,7 @@ public class JellyAssertionFailedError extends 
AssertionFailedError implements L
     }
 
     /**
-     * @return the Jelly file which caused the problem
+     * @return The Jelly file which caused the problem
      */
     @Override
     public String getFileName() {
@@ -94,7 +94,7 @@ public class JellyAssertionFailedError extends 
AssertionFailedError implements L
     }
 
     /**
-     * @return the line number of the tag
+     * @return The line number of the tag
      */
     @Override
     public int getLineNumber() {
diff --git 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/RunTag.java
 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/RunTag.java
index 8dee1474..715875a0 100644
--- 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/RunTag.java
+++ 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/RunTag.java
@@ -212,7 +212,7 @@ public class RunTag extends TagSupport {
     }
 
     /**
-     * @return the stack trace as a String
+     * @return The stack trace as a String
      */
     protected String stackTraceToString(final Throwable t) {
         final StringWriter writer = new StringWriter();
diff --git 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/SuiteTag.java
 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/SuiteTag.java
index dadaf4f6..b75f7de8 100644
--- 
a/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/SuiteTag.java
+++ 
b/jelly-tags/junit/src/main/java/org/apache/commons/jelly/tags/junit/SuiteTag.java
@@ -80,7 +80,7 @@ public class SuiteTag extends TagSupport {
     }
 
     /**
-     * @return the name of this test suite
+     * @return The name of this test suite
      */
     public String getName() {
         return name;
diff --git 
a/jelly-tags/log/src/main/java/org/apache/commons/jelly/tags/log/LogTagSupport.java
 
b/jelly-tags/log/src/main/java/org/apache/commons/jelly/tags/log/LogTagSupport.java
index 73cab373..afa599e3 100644
--- 
a/jelly-tags/log/src/main/java/org/apache/commons/jelly/tags/log/LogTagSupport.java
+++ 
b/jelly-tags/log/src/main/java/org/apache/commons/jelly/tags/log/LogTagSupport.java
@@ -35,7 +35,7 @@ public abstract class LogTagSupport extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the Log being used by this tag. If none is returned then a new 
one will be created.
+     * @return The Log being used by this tag. If none is returned then a new 
one will be created.
      */
     public Log getLog() {
         if ( log == null ) {
diff --git 
a/jelly-tags/ojb/src/main/java/org/apache/commons/jelly/tags/ojb/BrokerTag.java 
b/jelly-tags/ojb/src/main/java/org/apache/commons/jelly/tags/ojb/BrokerTag.java
index 13c923df..8e794b5f 100644
--- 
a/jelly-tags/ojb/src/main/java/org/apache/commons/jelly/tags/ojb/BrokerTag.java
+++ 
b/jelly-tags/ojb/src/main/java/org/apache/commons/jelly/tags/ojb/BrokerTag.java
@@ -61,7 +61,7 @@ public class BrokerTag extends TagSupport {
         }
     }
 
-    /** @return the persistence broker instance */
+    /** @return The persistence broker instance */
     public PersistenceBroker getBroker() {
         return broker;
     }
diff --git 
a/jelly-tags/ojb/src/main/java/org/apache/commons/jelly/tags/ojb/StoreTag.java 
b/jelly-tags/ojb/src/main/java/org/apache/commons/jelly/tags/ojb/StoreTag.java
index 91aadf06..a1d003ba 100644
--- 
a/jelly-tags/ojb/src/main/java/org/apache/commons/jelly/tags/ojb/StoreTag.java
+++ 
b/jelly-tags/ojb/src/main/java/org/apache/commons/jelly/tags/ojb/StoreTag.java
@@ -49,7 +49,7 @@ public class StoreTag extends TagSupport {
     // Properties
     //-------------------------------------------------------------------------
 
-    /** @return the persistence broker instance */
+    /** @return The persistence broker instance */
     public PersistenceBroker getBroker() {
         if (broker == null) {
             final BrokerTag brokerTag = (BrokerTag) findAncestorWithClass( 
BrokerTag.class );
diff --git 
a/jelly-tags/soap/src/main/java/org/apache/commons/jelly/tags/soap/StringInputStream.java
 
b/jelly-tags/soap/src/main/java/org/apache/commons/jelly/tags/soap/StringInputStream.java
index 13fb7383..988c772f 100644
--- 
a/jelly-tags/soap/src/main/java/org/apache/commons/jelly/tags/soap/StringInputStream.java
+++ 
b/jelly-tags/soap/src/main/java/org/apache/commons/jelly/tags/soap/StringInputStream.java
@@ -88,7 +88,7 @@ public class StringInputStream
      * assuming a return value in the range -1 to 255 may even fail on
      * such input.
      *
-     * @return the value of the next character in the StringReader
+     * @return The value of the next character in the StringReader
      * @throws IOException if the original StringReader fails to be read
      */
     @Override
diff --git 
a/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/Result.java 
b/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/Result.java
index b2fcc251..98b848c9 100644
--- a/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/Result.java
+++ b/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/Result.java
@@ -38,14 +38,14 @@ public interface Result {
     /**
      * Returns an array of column names.
      *
-     * @return the column names as an array of {@code String} objects
+     * @return The column names as an array of {@code String} objects
      */
     String[] getColumnNames();
 
     /**
      * Returns the number of rows in the cached ResultSet
      *
-     * @return the number of rows in the result
+     * @return The number of rows in the result
      */
     int getRowCount();
 
@@ -55,7 +55,7 @@ public interface Result {
      * Comparator so that the key is the case insensitive representation
      * of the column name.
      *
-     * @return the result rows as an array of {@code SortedMap} objects
+     * @return The result rows as an array of {@code SortedMap} objects
      */
     SortedMap[] getRows();
 
@@ -64,7 +64,7 @@ public interface Result {
      * designates the Row, the second the Column. The array
      * stores the value at the specified row and column.
      *
-     * @return the result rows as an array of {@code Object[]} objects
+     * @return The result rows as an array of {@code Object[]} objects
      */
     Object[][] getRowsByIndex();
 
diff --git 
a/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/ResultImpl.java 
b/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/ResultImpl.java
index dcca1910..8bf4ece4 100644
--- a/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/ResultImpl.java
+++ b/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/ResultImpl.java
@@ -111,7 +111,7 @@ final class ResultImpl implements Result {
     /**
      * Returns the number of rows in the cached ResultSet
      *
-     * @return the number of cached rows, or -1 if the Result could
+     * @return The number of cached rows, or -1 if the Result could
      *    not be initialized due to SQLExceptions
      */
     @Override
diff --git 
a/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/ResultSupport.java 
b/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/ResultSupport.java
index a7f23bca..0037af8d 100644
--- a/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/ResultSupport.java
+++ b/jelly-tags/sql/src/main/java/javax/servlet/jsp/jstl/sql/ResultSupport.java
@@ -31,7 +31,7 @@ public class ResultSupport {
      * Returns an array of Row objects.
      *
      * @param resultSet the ResultSet object
-     * @return the {@code Result} object of the result
+     * @return The {@code Result} object of the result
      */
     public static Result toResult(final ResultSet resultSet) {
         try {
@@ -46,7 +46,7 @@ public class ResultSupport {
      *
      * @param resultSet the ResultSet object
      * @param maxRows the maximum number of rows
-     * @return the {@code Result} object of the result limited by maxRows
+     * @return The {@code Result} object of the result limited by maxRows
      */
     public static Result toResult(final ResultSet resultSet, final int 
maxRows) {
         try {
diff --git 
a/jelly-tags/sql/src/main/java/org/apache/commons/jelly/tags/sql/ResultImpl.java
 
b/jelly-tags/sql/src/main/java/org/apache/commons/jelly/tags/sql/ResultImpl.java
index 95119c41..b416a5d0 100644
--- 
a/jelly-tags/sql/src/main/java/org/apache/commons/jelly/tags/sql/ResultImpl.java
+++ 
b/jelly-tags/sql/src/main/java/org/apache/commons/jelly/tags/sql/ResultImpl.java
@@ -163,7 +163,7 @@ public class ResultImpl implements Result {
     /**
      * Returns the number of rows in the cached ResultSet
      *
-     * @return the number of cached rows, or -1 if the Result could
+     * @return The number of cached rows, or -1 if the Result could
      *    not be initialized due to SQLExceptions
      */
     @Override
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/ActionTag.java
 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/ActionTag.java
index 1b10dc38..6da83255 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/ActionTag.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/ActionTag.java
@@ -75,7 +75,7 @@ public class ActionTag extends UseBeanTag {
     }
 
     /**
-     * @return the Action object for this tag
+     * @return The Action object for this tag
      */
     public Action getAction() {
         return (Action) getBean();
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/CardLayoutTag.java
 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/CardLayoutTag.java
index 4d71f798..076bba95 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/CardLayoutTag.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/CardLayoutTag.java
@@ -47,14 +47,14 @@ public class CardLayoutTag extends LayoutTagSupport {
     }
 
     /**
-     * @return the hgap.
+     * @return The hgap.
      */
     public int getHgap() {
         return hgap;
     }
 
     /**
-     * @return the vgap.
+     * @return The vgap.
      */
     public int getVgap() {
         return vgap;
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/ComponentTag.java
 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/ComponentTag.java
index 897a96c0..a45b8108 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/ComponentTag.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/ComponentTag.java
@@ -198,7 +198,7 @@ public class ComponentTag extends UseBeanTag implements 
ContainerTag {
     }
 
     /**
-     * @return the visible component, if there is one.
+     * @return The visible component, if there is one.
      */
     public Component getComponent() {
         final Object bean = getBean();
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/FontTag.java
 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/FontTag.java
index 7939ac9b..6b6f63d4 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/FontTag.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/FontTag.java
@@ -93,7 +93,7 @@ public class FontTag extends MapTagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the Font object for this tag
+     * @return The Font object for this tag
      */
     public Font getFont() {
         return font;
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/LayoutTagSupport.java
 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/LayoutTagSupport.java
index 2cdb984c..c25edd3e 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/LayoutTagSupport.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/LayoutTagSupport.java
@@ -75,7 +75,7 @@ public abstract class LayoutTagSupport extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the parent component tag or throw an exception
+     * @return The parent component tag or throw an exception
      */
     protected ComponentTag getComponentTag() throws JellyTagException {
         final ComponentTag tag = (ComponentTag) findAncestorWithClass( 
ComponentTag.class );
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/SwingTagLibrary.java
 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/SwingTagLibrary.java
index d8415267..33982298 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/SwingTagLibrary.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/SwingTagLibrary.java
@@ -186,7 +186,7 @@ public class SwingTagLibrary extends TagLibrary {
     }
 
     /**
-     * @return the Factory of the Swing component for the given element name
+     * @return The Factory of the Swing component for the given element name
      */
     public Factory getFactory(final String elementName) {
         return (Factory) getFactoryMap().get(elementName);
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TdTag.java 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TdTag.java
index 1171d687..7fc1a309 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TdTag.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TdTag.java
@@ -100,7 +100,7 @@ public class TdTag extends TagSupport implements 
ContainerTag {
     }
 
     /**
-     * @return the GridBagConstraints enumeration for achor
+     * @return The GridBagConstraints enumeration for achor
      */
     protected int getAnchor() {
         final boolean isTop = "top".equalsIgnoreCase(valign);
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TitledBorderTag.java
 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TitledBorderTag.java
index 29b2db3b..b616b163 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TitledBorderTag.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TitledBorderTag.java
@@ -47,7 +47,7 @@ public class TitledBorderTag extends BorderTagSupport {
     private Color color;
 
     /**
-     * @return the enumeration for the title justification
+     * @return The enumeration for the title justification
      */
     protected int asTitleJustification(final String text) {
         if (text.equalsIgnoreCase("LEFT")) {
@@ -72,7 +72,7 @@ public class TitledBorderTag extends BorderTagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the enumeration for the title position
+     * @return The enumeration for the title position
      */
     protected int asTitlePosition(final String text) {
         if (text.equalsIgnoreCase("ABOVE_TOP")) {
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TrTag.java 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TrTag.java
index 7af9b08e..16f4f0b3 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TrTag.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/TrTag.java
@@ -94,7 +94,7 @@ public class TrTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the row index of this row
+     * @return The row index of this row
      */
     public int getRowIndex() {
         return rowIndex;
diff --git 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/model/ExpressionTableModel.java
 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/model/ExpressionTableModel.java
index 3afa585c..4c36a825 100644
--- 
a/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/model/ExpressionTableModel.java
+++ 
b/jelly-tags/swing/src/main/java/org/apache/commons/jelly/tags/swing/model/ExpressionTableModel.java
@@ -67,7 +67,7 @@ public class ExpressionTableModel extends AbstractTableModel {
     }
 
     /**
-     * @return the TableColumnModel
+     * @return The TableColumnModel
      */
     public TableColumnModel getColumnModel() {
         return columnModel;
diff --git 
a/jelly-tags/swing/src/test/java/org/apache/commons/jelly/demos/HomepageBuilder.java
 
b/jelly-tags/swing/src/test/java/org/apache/commons/jelly/demos/HomepageBuilder.java
index 69ffa657..fb2b7a7c 100644
--- 
a/jelly-tags/swing/src/test/java/org/apache/commons/jelly/demos/HomepageBuilder.java
+++ 
b/jelly-tags/swing/src/test/java/org/apache/commons/jelly/demos/HomepageBuilder.java
@@ -178,7 +178,7 @@ public class HomepageBuilder extends JPanel {
     }
 
      /**
-      * @return the URL for the relative file name or absolute URL
+      * @return The URL for the relative file name or absolute URL
       */
     protected URL resolveURL(final String name) throws MalformedURLException {
          final File file = new File(name);
diff --git 
a/jelly-tags/swing/src/test/java/org/apache/commons/jelly/swing/TestSwingTags.java
 
b/jelly-tags/swing/src/test/java/org/apache/commons/jelly/swing/TestSwingTags.java
index bba35f27..47d27e52 100644
--- 
a/jelly-tags/swing/src/test/java/org/apache/commons/jelly/swing/TestSwingTags.java
+++ 
b/jelly-tags/swing/src/test/java/org/apache/commons/jelly/swing/TestSwingTags.java
@@ -49,7 +49,7 @@ public class TestSwingTags extends BaseJellyTest {
      * the immediate container, not child containers.
      * @param container the Container to search in
      * @param name the name to look for
-     * @return the first component with the given name
+     * @return The first component with the given name
      * @throws Exception if the name isn't found
      */
     protected static Component componentByName(final Container container, 
final String name) throws Exception{
diff --git 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/ColorTag.java 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/ColorTag.java
index df38e45a..5d94266f 100644
--- 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/ColorTag.java
+++ 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/ColorTag.java
@@ -71,7 +71,7 @@ public class ColorTag extends TagSupport {
     }
 
     /**
-     * @return the parent widget which this widget will be added to.
+     * @return The parent widget which this widget will be added to.
      */
     public Widget getParentWidget() {
         final WidgetTag tag = (WidgetTag) 
findAncestorWithClass(WidgetTag.class);
@@ -84,7 +84,7 @@ public class ColorTag extends TagSupport {
     /**
      * Obtain the RGB value for this {@link Color} instance
      *
-     * @return the RGB value (eg. #666666)
+     * @return The RGB value (eg. #666666)
      */
     public String getRgb() {
         return this.rgb;
@@ -93,7 +93,7 @@ public class ColorTag extends TagSupport {
     /**
      * Obtain the variable name.
      *
-     * @return the variable name of this {@link Color} instance
+     * @return The variable name of this {@link Color} instance
      */
     public String getVar() {
         return this.var;
diff --git 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/FontTag.java 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/FontTag.java
index 2c61d4e3..f6bb91c8 100644
--- 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/FontTag.java
+++ 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/FontTag.java
@@ -97,7 +97,7 @@ public class FontTag extends TagSupport {
     }
 
     /**
-     * @return the parent widget which will deliver us a {@link Device} 
reference
+     * @return The parent widget which will deliver us a {@link Device} 
reference
      */
     public Widget getParentWidget() {
         final WidgetTag tag = (WidgetTag) 
findAncestorWithClass(WidgetTag.class);
@@ -110,7 +110,7 @@ public class FontTag extends TagSupport {
     /**
      * Obtain the {@link Font} size
      *
-     * @return the {@link Font} size
+     * @return The {@link Font} size
      */
     public int getSize() {
         return this.size;
@@ -119,7 +119,7 @@ public class FontTag extends TagSupport {
     /**
      * Obtain the style of this {@link Font}
      *
-     * @return the style of this {@link Font}
+     * @return The style of this {@link Font}
      */
     public String getStyle() {
         return this.style;
@@ -128,7 +128,7 @@ public class FontTag extends TagSupport {
     /**
      * Obtain the {@link Font} type name
      *
-     * @return the {@link Font} type name
+     * @return The {@link Font} type name
      */
     public String getType() {
         return this.type;
@@ -137,7 +137,7 @@ public class FontTag extends TagSupport {
     /**
      * Obtain the variable name.
      *
-     * @return the variable name of this {@link Font} instance
+     * @return The variable name of this {@link Font} instance
      */
     public String getVar() {
         return this.var;
diff --git 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/GCTag.java 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/GCTag.java
index 3d8d06e0..54d263b7 100644
--- a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/GCTag.java
+++ b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/GCTag.java
@@ -76,7 +76,7 @@ public class GCTag extends TagSupport {
     /**
      * Obtain the variable name.
      *
-     * @return the variable name of this {@link GC} instance
+     * @return The variable name of this {@link GC} instance
      */
     public String getVar() {
         return this.var;
diff --git 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/ImageTag.java 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/ImageTag.java
index 7484a342..90714328 100644
--- 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/ImageTag.java
+++ 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/ImageTag.java
@@ -78,7 +78,7 @@ public class ImageTag extends TagSupport {
     }
 
     /**
-     * @return the parent widget which this widget will be added to.
+     * @return The parent widget which this widget will be added to.
      */
     public Widget getParentWidget() {
         final WidgetTag tag = (WidgetTag) 
findAncestorWithClass(WidgetTag.class);
@@ -90,7 +90,7 @@ public class ImageTag extends TagSupport {
 
     /**
      * Obtains the resource
-     * @return the image resource
+     * @return The image resource
      */
     public String getResource() {
         return resource;
diff --git 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/LayoutTag.java 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/LayoutTag.java
index 00f61b84..34ab1745 100644
--- 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/LayoutTag.java
+++ 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/LayoutTag.java
@@ -61,7 +61,7 @@ public class LayoutTag extends LayoutTagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the Layout if there is one otherwise null
+     * @return The Layout if there is one otherwise null
      */
     public Layout getLayout() {
         final Object bean = getBean();
diff --git 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/LayoutTagSupport.java
 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/LayoutTagSupport.java
index 417f5460..328f62a6 100644
--- 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/LayoutTagSupport.java
+++ 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/LayoutTagSupport.java
@@ -51,7 +51,7 @@ public abstract class LayoutTagSupport extends UseBeanTag {
      * @param bean is the bean on which the property is to be set
      * @param name is the name of the property
      * @param value the value of the property
-     * @return the new value
+     * @return The new value
      */
     protected Object convertValue(final Object bean, final String name, final 
Object value)
         throws JellyTagException {
@@ -59,7 +59,7 @@ public abstract class LayoutTagSupport extends UseBeanTag {
     }
 
     /**
-     * @return the parent widget which this widget will be added to.
+     * @return The parent widget which this widget will be added to.
      */
     public Widget getParentWidget() {
         final WidgetTag tag = (WidgetTag) 
findAncestorWithClass(WidgetTag.class);
diff --git 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/OnEventTag.java
 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/OnEventTag.java
index 6e21999c..e5cc6572 100644
--- 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/OnEventTag.java
+++ 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/OnEventTag.java
@@ -74,14 +74,14 @@ public class OnEventTag extends TagSupport implements 
Listener {
      * Parses the given event type String and returns the SWT event type code
      *
      * @param type is the String event type
-     * @return the SWT integer event type
+     * @return The SWT integer event type
      */
     protected int getEventType(final String type) throws JellyTagException {
         return SwtHelper.parseStyle(SWT.class, type, false);
     }
 
     /**
-     * @return the parent widget which this widget will be added to.
+     * @return The parent widget which this widget will be added to.
      */
     public Widget getParentWidget() {
         final WidgetTag tag = (WidgetTag) 
findAncestorWithClass(WidgetTag.class);
diff --git 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/SwtHelper.java 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/SwtHelper.java
index fb46fc86..8ec472c2 100644
--- 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/SwtHelper.java
+++ 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/SwtHelper.java
@@ -34,7 +34,7 @@ public class SwtHelper extends UseBeanTag {
     private static final Log log = LogFactory.getLog(SwtHelper.class);
 
     /**
-     * @return the code for the given word or zero if the word doesn't match a
+     * @return The code for the given word or zero if the word doesn't match a
      * valid style
      */
     public static int getStyleCode(final Class constantClass,final String 
text) throws JellyTagException {
@@ -56,7 +56,7 @@ public class SwtHelper extends UseBeanTag {
      *
      * @param constantClass is the type to look for static fields
      * @param text is a comma delimited text value such as "border, resize"
-     * @return the int code
+     * @return The int code
      */
     public static int parseStyle(final Class constantClass, final String text) 
throws JellyTagException {
         return parseStyle(constantClass, text, true);
@@ -71,7 +71,7 @@ public class SwtHelper extends UseBeanTag {
      * @param toUpperCase is whether the text should be converted to upper case
      * before its compared against the reflection fields
      *
-     * @return the int code
+     * @return The int code
      */
     public static int parseStyle(final Class constantClass, String text, final 
boolean toUpperCase) throws JellyTagException{
         int answer = 0;
diff --git 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/WidgetTag.java 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/WidgetTag.java
index bd27d2cb..cca054d6 100644
--- 
a/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/WidgetTag.java
+++ 
b/jelly-tags/swt/src/main/java/org/apache/commons/jelly/tags/swt/WidgetTag.java
@@ -91,7 +91,7 @@ public class WidgetTag extends UseBeanTag {
      * @param theClass is the type of widget to create
      * @param parent is the parent widget
      * @param style the SWT style code
-     * @return the new Widget
+     * @return The new Widget
      */
     protected Object createWidget(final Class theClass, final Widget parent, 
final int style)
         throws JellyTagException {
@@ -170,7 +170,7 @@ public class WidgetTag extends UseBeanTag {
     }
 
     /**
-     * @return the parent widget which this widget will be added to.
+     * @return The parent widget which this widget will be added to.
      */
     public Widget getParentWidget() {
 
@@ -186,7 +186,7 @@ public class WidgetTag extends UseBeanTag {
 
     /**
      * Creates the SWT style code for the current attributes
-     * @return the SWT style code
+     * @return The SWT style code
      */
     protected int getStyle(final Map attributes) throws JellyTagException {
         final String text = (String) attributes.remove("style");
@@ -197,7 +197,7 @@ public class WidgetTag extends UseBeanTag {
     }
 
     /**
-     * @return the visible widget, if there is one.
+     * @return The visible widget, if there is one.
      */
     public Widget getWidget() {
         final Object bean = getBean();
diff --git 
a/jelly-tags/util/src/main/java/org/apache/commons/jelly/tags/util/LoadTextTag.java
 
b/jelly-tags/util/src/main/java/org/apache/commons/jelly/tags/util/LoadTextTag.java
index 7977970e..8de6037c 100644
--- 
a/jelly-tags/util/src/main/java/org/apache/commons/jelly/tags/util/LoadTextTag.java
+++ 
b/jelly-tags/util/src/main/java/org/apache/commons/jelly/tags/util/LoadTextTag.java
@@ -105,7 +105,7 @@ public class LoadTextTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /** Returns the encoding set.
-    * @return the encoding set with {@link #setEncoding(String)}
+    * @return The encoding set with {@link #setEncoding(String)}
       */
     public String getEncoding() {
         return encoding;
diff --git 
a/jelly-tags/validate/src/main/java/org/apache/commons/jelly/tags/validate/ValidateTag.java
 
b/jelly-tags/validate/src/main/java/org/apache/commons/jelly/tags/validate/ValidateTag.java
index b12969f1..6955c7a9 100644
--- 
a/jelly-tags/validate/src/main/java/org/apache/commons/jelly/tags/validate/ValidateTag.java
+++ 
b/jelly-tags/validate/src/main/java/org/apache/commons/jelly/tags/validate/ValidateTag.java
@@ -115,7 +115,7 @@ public class ValidateTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the ErrorHandler used when validating
+     * @return The ErrorHandler used when validating
      */
     public ErrorHandler getErrorHandler() {
         return errorHandler;
diff --git 
a/jelly-tags/velocity/src/test/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapterTest.java
 
b/jelly-tags/velocity/src/test/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapterTest.java
index 45d74950..f0b290b8 100644
--- 
a/jelly-tags/velocity/src/test/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapterTest.java
+++ 
b/jelly-tags/velocity/src/test/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapterTest.java
@@ -34,7 +34,7 @@ public class JellyContextAdapterTest extends TestCase
 {
 
     /**
-     * @return the suite of tests being tested
+     * @return The suite of tests being tested
      */
     public static Test suite()
     {
diff --git 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/AttributeTag.java
 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/AttributeTag.java
index 4e531269..4fadf533 100644
--- 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/AttributeTag.java
+++ 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/AttributeTag.java
@@ -50,14 +50,14 @@ public class AttributeTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the name of the attribute.
+     * @return The name of the attribute.
      */
     public String getName() {
         return name;
     }
 
     /**
-     * @return the namespace URI of the element
+     * @return The namespace URI of the element
      */
     public String getURI() {
         return namespace;
diff --git 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ElementTag.java
 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ElementTag.java
index ae7c1e30..bea85811 100644
--- 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ElementTag.java
+++ 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ElementTag.java
@@ -131,7 +131,7 @@ public class ElementTag extends TagSupport {
     }
 
     /**
-     * @return the qualified name of the element
+     * @return The qualified name of the element
      */
     public String getName() {
         return name;
@@ -141,7 +141,7 @@ public class ElementTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the namespace URI of the element
+     * @return The namespace URI of the element
      */
     public String getURI() {
         return namespace;
diff --git 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ForEachTag.java
 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ForEachTag.java
index d09adcab..76e671c7 100644
--- 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ForEachTag.java
+++ 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ForEachTag.java
@@ -84,7 +84,7 @@ public class ForEachTag extends XPathTagSupport implements 
XPathSource {
     }
 
     /**
-     * @return the current XPath iteration value
+     * @return The current XPath iteration value
      *  so that any other XPath aware child tags to use
      */
     @Override
diff --git 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ParamTag.java 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ParamTag.java
index 54336c07..5fb37f46 100644
--- 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ParamTag.java
+++ 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ParamTag.java
@@ -53,14 +53,14 @@ public class ParamTag extends TagSupport {
     //-------------------------------------------------------------------------
 
     /**
-     * @return the name of the attribute.
+     * @return The name of the attribute.
      */
     public String getName() {
         return name;
     }
 
     /**
-     * @return the value of the attribute.
+     * @return The value of the attribute.
      */
     public Object getValue() {
         return value;
diff --git 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java
 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java
index 95b1452d..b63d1a09 100644
--- 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java
+++ 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java
@@ -59,7 +59,7 @@ public abstract class ParseTagSupport extends TagSupport {
      */
     protected abstract SAXReader createSAXReader() throws SAXException;
 
-    /** @return the SAXReader used for parsing, creating one lazily if need be 
 */
+    /** @return The SAXReader used for parsing, creating one lazily if need be 
 */
     public SAXReader getSAXReader() throws SAXException {
         if (saxReader == null) {
             saxReader = createSAXReader();
diff --git 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ReplaceNamespaceTag.java
 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ReplaceNamespaceTag.java
index 01f808c7..947915cc 100644
--- 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ReplaceNamespaceTag.java
+++ 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/ReplaceNamespaceTag.java
@@ -102,14 +102,14 @@ public class ReplaceNamespaceTag extends TagSupport {
     }
 
     /**
-     * @return the source namespace URI to replace
+     * @return The source namespace URI to replace
      */
     public String getFromURI() {
         return fromNamespace;
     }
 
     /**
-     * @return the destination namespace URI to replace
+     * @return The destination namespace URI to replace
      */
     public String getToURI() {
         return toNamespace;
diff --git 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/TransformTag.java
 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/TransformTag.java
index 745e7901..812b745b 100644
--- 
a/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/TransformTag.java
+++ 
b/jelly-tags/xml/src/main/java/org/apache/commons/jelly/tags/xml/TransformTag.java
@@ -147,7 +147,7 @@ public class TransformTag extends ParseTag {
         /**
          * Gets the SAX ContentHandler to feed SAX events into
          *
-         * @return the SAX ContentHandler to use to feed SAX events into
+         * @return The SAX ContentHandler to use to feed SAX events into
          */
         @Override
         public ContentHandler getContentHandler() {
@@ -160,7 +160,7 @@ public class TransformTag extends ParseTag {
         /**
          * Gets the DTD Handler to feed SAX events into
          *
-         * @return the DTD Handler to use to feed SAX events into
+         * @return The DTD Handler to use to feed SAX events into
          */
         @Override
         public DTDHandler getDTDHandler() {
@@ -170,7 +170,7 @@ public class TransformTag extends ParseTag {
         /**
          * Gets the Entity Resolver to feed SAX events into
          *
-         * @return the Entity Resolver to use to feed SAX events into
+         * @return The Entity Resolver to use to feed SAX events into
          */
         @Override
         public EntityResolver getEntityResolver() {
@@ -183,7 +183,7 @@ public class TransformTag extends ParseTag {
         /**
          * Gets the Error Handler to feed SAX events into
          *
-         * @return the Error Handler to use to feed SAX events into
+         * @return The Error Handler to use to feed SAX events into
          */
         @Override
         public ErrorHandler getErrorHandler() {
diff --git 
a/jelly-tags/xml/src/test/java/org/apache/commons/jelly/tags/xml/TestXMLTags.java
 
b/jelly-tags/xml/src/test/java/org/apache/commons/jelly/tags/xml/TestXMLTags.java
index e404a2db..518193ae 100644
--- 
a/jelly-tags/xml/src/test/java/org/apache/commons/jelly/tags/xml/TestXMLTags.java
+++ 
b/jelly-tags/xml/src/test/java/org/apache/commons/jelly/tags/xml/TestXMLTags.java
@@ -67,7 +67,7 @@ public class TestXMLTags extends TestCase {
      * @param s the fragment to be checked
      * @param pre the part before the namespace expression
      * @param post the part after the namespace expression
-     * @return the extracted namespace expression
+     * @return The extracted namespace expression
      */
     private static String checkNamespaceFragment(final String s, final String 
pre, final String post) {
         final Matcher matcher = matcherForNamespaceFragment(s, pre, post);
@@ -105,7 +105,7 @@ public class TestXMLTags extends TestCase {
      * @param s the fragment to be checked
      * @param pre the part before the namespace expression
      * @param post the part after the namespace expression
-     * @return the matcher
+     * @return The matcher
      */
     private static Matcher matcherForNamespaceFragment(final String s, final 
String pre, final String post) {
         final Pattern pattern = Pattern.compile(Pattern.quote(pre) + REG_NS + 
Pattern.quote(post));
diff --git 
a/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagSupport.java
 
b/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagSupport.java
index 2dc19312..2380a20f 100644
--- 
a/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagSupport.java
+++ 
b/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagSupport.java
@@ -40,7 +40,7 @@ public abstract class XMLUnitTagSupport extends 
AssertTagSupport {
      */
     protected abstract SAXReader createSAXReader();
 
-    /** @return the SAXReader used for parsing, creating one lazily if need be 
 */
+    /** @return The SAXReader used for parsing, creating one lazily if need be 
 */
     public SAXReader getSAXReader() {
         if (saxReader == null) {
             saxReader = createSAXReader();

Reply via email to