Someone hasn't been using a syntax-highlighting text editor ;) It's
@return, not @returns. Patch attached.

--Jeff
Index: 
src/java/org/apache/avalon/cornerstone/demos/httpproxy/HttpFilteringProxyHandler.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/demos/httpproxy/HttpFilteringProxyHandler.java,v
retrieving revision 1.2
diff -u -r1.2 HttpFilteringProxyHandler.java
--- 
src/java/org/apache/avalon/cornerstone/demos/httpproxy/HttpFilteringProxyHandler.java  
     2001/06/24 11:59:42     1.2
+++ 
+src/java/org/apache/avalon/cornerstone/demos/httpproxy/HttpFilteringProxyHandler.java 
+      2001/07/22 06:51:38
@@ -62,7 +62,7 @@
      *
      * @param anotherProxy
      *
-     * @returns a String with the http request with ow without cookie
+     * @return a String with the http request with ow without cookie
      *
      */
     public String getOutgoingHttpRequest( final boolean anotherProxy )
Index: src/java/org/apache/avalon/framework/configuration/Configuration.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-avalon/src/java/org/apache/avalon/framework/configuration/Configuration.java,v
retrieving revision 1.2
diff -u -r1.2 Configuration.java
--- src/java/org/apache/avalon/framework/configuration/Configuration.java       
2001/06/16 15:59:40     1.2
+++ src/java/org/apache/avalon/framework/configuration/Configuration.java       
+2001/07/22 06:55:08
@@ -175,7 +175,7 @@
      *
      * @post getValueAsInteger() != null
      *
-     * @returns the value of the node.
+     * @return the value of the node.
      *
      * @exception ConfigurationException If conversion to <code>int</code> fails.
      */
Index: 
src/java/org/apache/avalon/excalibur/component/DefaultComponentPoolController.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/component/DefaultComponentPoolController.java,v
retrieving revision 1.1
diff -u -r1.1 DefaultComponentPoolController.java
--- src/java/org/apache/avalon/excalibur/component/DefaultComponentPoolController.java 
 2001/07/19 07:33:00     1.1
+++ src/java/org/apache/avalon/excalibur/component/DefaultComponentPoolController.java 
+ 2001/07/22 06:51:16
@@ -59,7 +59,7 @@
      * Called when a Pool reaches it's minimum.
      * Return the number of elements to increase pool by.
      *
-     * @returns the element increase
+     * @return the element increase
      */
     public int grow()
     {
@@ -70,7 +70,7 @@
      * Called when a pool reaches it's maximum.
      * Returns the number of elements to decrease pool by.
      *
-     * @returns the element decrease
+     * @return the element decrease
      */
     public int shrink()
     {
Index: src/java/org/apache/avalon/excalibur/component/DefaultRoleManager.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/component/DefaultRoleManager.java,v
retrieving revision 1.2
diff -u -r1.2 DefaultRoleManager.java
--- src/java/org/apache/avalon/excalibur/component/DefaultRoleManager.java      
2001/07/20 16:23:02     1.2
+++ src/java/org/apache/avalon/excalibur/component/DefaultRoleManager.java      
+2001/07/22 06:51:19
@@ -66,7 +66,7 @@
      * RoleManager, the parent will be asked to resolve the role.
      *
      * @param shorthandName  The shortname that is an alias for the role.
-     * @returns the official role name.
+     * @return the official role name.
      */
     public final String getRoleForName( final String shorthandName )
     {
@@ -94,7 +94,7 @@
      * to resolve the class name.
      *
      * @param role  The role that has a default implementation.
-     * @returns the Fully Qualified Class Name (FQCN) for the role.
+     * @return the Fully Qualified Class Name (FQCN) for the role.
      */
     public final String getDefaultClassNameForRole( final String role )
     {
@@ -118,7 +118,7 @@
      *
      * @param role  The role that this shorthand refers to.
      * @param shorthand  The shorthand name for the type of Component
-     * @returns the FQCN for the role/hint combination.
+     * @return the FQCN for the role/hint combination.
      */
     public final String getDefaultClassNameForHint( final String role,
                                                     final String shorthand )

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to