dirkv       2004/02/07 05:43:15

  Modified:    configuration/src/java/org/apache/commons/configuration
                        CompositeConfiguration.java
  Log:
  fix javadoc warnings
  
  Revision  Changes    Path
  1.4       +6 -6      
jakarta-commons/configuration/src/java/org/apache/commons/configuration/CompositeConfiguration.java
  
  Index: CompositeConfiguration.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/configuration/src/java/org/apache/commons/configuration/CompositeConfiguration.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CompositeConfiguration.java       16 Jan 2004 14:56:45 -0000      1.3
  +++ CompositeConfiguration.java       7 Feb 2004 13:43:15 -0000       1.4
  @@ -285,13 +285,13 @@
       /**
       * Get a float associated with the given configuration key.
       * 
  -    * @ param key The configuration key.
  -    * @ return The associated float.
  -    * @ exception NoSuchElementException is thrown if the key doesn 't
  +    * @param key The configuration key.
  +    * @return The associated float.
  +    * @exception NoSuchElementException is thrown if the key doesn 't
       * map to an existing object.
  -    * @ exception ClassCastException is thrown if the key maps to an
  +    * @exception ClassCastException is thrown if the key maps to an
       * object that is not a Float.
  -    * @ exception NumberFormatException is thrown if the value mapped
  +    * @exception NumberFormatException is thrown if the value mapped
       * by the key has not a valid number format.
        */
       public float getFloat(String key)
  
  
  

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

Reply via email to