Author: bayard
Date: Wed Aug 2 23:19:28 2006
New Revision: 428255
URL: http://svn.apache.org/viewvc?rev=428255&view=rev
Log:
Fixing typo as pointed out by Remi Arntzen on commons-dev
Modified:
jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java
Modified:
jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java?rev=428255&r1=428254&r2=428255&view=diff
==============================================================================
---
jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java
(original)
+++
jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java
Wed Aug 2 23:19:28 2006
@@ -24,7 +24,7 @@
import org.apache.commons.math.MathException;
/**
- * This TansformerMap automates the transformation of of mixed object types.
+ * This TansformerMap automates the transformation of mixed object types.
* It provides a means to set NumberTransformers that will be selected
* based on the Class of the object handed to the Maps
* <code>double transform(Object o)</code> method.
@@ -148,4 +148,4 @@
return value;
}
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]