scolebourne 2004/03/20 12:12:50
Modified: convert/src/java/org/apache/commons/convert/conversion
AbstractConversionFactory.java
convert/src/java/org/apache/commons/convert
ConversionFactory.java
Log:
Fix javadoc spelling
Revision Changes Path
1.3 +2 -2
jakarta-commons-sandbox/convert/src/java/org/apache/commons/convert/conversion/AbstractConversionFactory.java
Index: AbstractConversionFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/convert/src/java/org/apache/commons/convert/conversion/AbstractConversionFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractConversionFactory.java 20 Mar 2004 20:07:02 -0000 1.2
+++ AbstractConversionFactory.java 20 Mar 2004 20:12:50 -0000 1.3
@@ -66,7 +66,7 @@
*
* @param value the value to be converted, read only, may be null
* @param fromType the type to convert from, may be null
- * @param toType th type to convert to, may be null
+ * @param toType the type to convert to, may be null
* @return 60 if baseFromType or subclass matches fromType and toType matches
*/
public int getMatchPercent(Object value, Class fromType, Class toType) {
1.3 +3 -3
jakarta-commons-sandbox/convert/src/java/org/apache/commons/convert/ConversionFactory.java
Index: ConversionFactory.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/convert/src/java/org/apache/commons/convert/ConversionFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConversionFactory.java 20 Mar 2004 20:07:02 -0000 1.2
+++ ConversionFactory.java 20 Mar 2004 20:12:50 -0000 1.3
@@ -35,7 +35,7 @@
*
* @param value the value to be converted, read only, may be null
* @param fromType the type to convert from, may be null
- * @param toType th type to convert to, may be null
+ * @param toType the type to convert to, may be null
* @return a value between 0 and 100 inclusive, 0 means no match, 100 perfact
match
*/
int getMatchPercent(Object value, Class fromType, Class toType);
@@ -49,7 +49,7 @@
*
* @param value the value to be converted, read only, may be null
* @param fromType the type to convert from, may be null
- * @param toType th type to convert to, may be null
+ * @param toType the type to convert to, may be null
* @return a Conversion object for repeatedly performing conversions
*/
Conversion getInstance(Object value, Class fromType, Class toType);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]