Author: skitching
Date: Wed Jun  8 23:44:57 2005
New Revision: 189720

URL: http://svn.apache.org/viewcvs?rev=189720&view=rev
Log:
Minor javadoc improvement only.

Modified:
    
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java

Modified: 
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java?rev=189720&r1=189719&r2=189720&view=diff
==============================================================================
--- 
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java
 (original)
+++ 
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java
 Wed Jun  8 23:44:57 2005
@@ -199,9 +199,11 @@
      * Convert the specified locale-sensitive input object into an output 
object of the
      * specified type.
      *
-     * @param type Data type to which this value should be converted
-     * @param value The input object to be converted
-     * @param pattern The pattern is used for the convertion
+     * @param type Data is type to which this value should be converted
+     * @param value is the input object to be converted
+     * @param pattern is the pattern is used for the conversion; if null is
+     * passed then the default pattern associated with the converter object
+     * will be used.
      *
      * @exception ConversionException if conversion cannot be performed
      *  successfully



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

Reply via email to