joerg 2003/05/17 04:58:43
Modified:
src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/types
NumericConverter.java
Log:
fixed javadoc
Revision Changes Path
1.3 +1 -7
cocoon-2.1/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/types/NumericConverter.java
Index: NumericConverter.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/types/NumericConverter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NumericConverter.java 11 Mar 2003 19:05:09 -0000 1.2
+++ NumericConverter.java 17 May 2003 11:58:42 -0000 1.3
@@ -102,9 +102,6 @@
* Shortcut for extractDouble without a Validator
*
* @param value the string holding the double
- * @param validator a Validator object; if null, no additional
- * validation will be performed
- *
* @return a NumericResult object containing either the double
* value or an exception generated if there was a problem
* with the value;
@@ -165,9 +162,6 @@
* Shortcut for extractInteger without a Validator
*
* @param value the string holding the integer
- * @param validator a Validator object; if null, no additional
- * validation will be performed
- *
* @return a NumericResult object containing either the integer
* value or an exception generated if there was a problem
* with the value;