hammant     02/02/23 03:23:12

  Modified:    src/java/org/apache/avalon/framework/configuration
                        Configuration.java
  Log:
  fix javadoc warning
  
  Revision  Changes    Path
  1.13      +2 -2      
jakarta-avalon/src/java/org/apache/avalon/framework/configuration/Configuration.java
  
  Index: Configuration.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/configuration/Configuration.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Configuration.java        15 Dec 2001 00:12:05 -0000      1.12
  +++ Configuration.java        23 Feb 2002 11:23:12 -0000      1.13
  @@ -278,7 +278,7 @@
   
       /**
        * Return the <code>boolean</code> value of the specified parameter 
contained
  -     * in this node.<br>
  +     * in this node.
        *
        * @pre paramName != null
        * @post getAttributeAsBoolean() != null
  @@ -331,7 +331,7 @@
       boolean getValueAsBoolean() throws ConfigurationException;
   
       /**
  -     * Return the <code>long</code> value of the node.<br>
  +     * Return the <code>long</code> value of the node.
        *
        * @post getValueAsLong() != null
        *
  
  
  

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

Reply via email to