From 3b405923090ff6a6fc41f85568824338a998c0db Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Thu, 3 Aug 2006 06:19:28 +0000 Subject: [PATCH] Fixing typo as pointed out by Remi Arntzen on commons-dev git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@428255 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/math/util/TransformerMap.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/commons/math/util/TransformerMap.java b/src/java/org/apache/commons/math/util/TransformerMap.java index 0b1547d8a..7d5717f74 100644 --- a/src/java/org/apache/commons/math/util/TransformerMap.java +++ b/src/java/org/apache/commons/math/util/TransformerMap.java @@ -24,7 +24,7 @@ import java.util.Set; 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 * double transform(Object o) method. @@ -148,4 +148,4 @@ public class TransformerMap implements NumberTransformer, Serializable { return value; } -} \ No newline at end of file +}