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
This commit is contained in:
parent
08f7775741
commit
3b40592309
|
@ -24,7 +24,7 @@ import java.util.Set;
|
||||||
import org.apache.commons.math.MathException;
|
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
|
* It provides a means to set NumberTransformers that will be selected
|
||||||
* based on the Class of the object handed to the Maps
|
* based on the Class of the object handed to the Maps
|
||||||
* <code>double transform(Object o)</code> method.
|
* <code>double transform(Object o)</code> method.
|
||||||
|
@ -148,4 +148,4 @@ public class TransformerMap implements NumberTransformer, Serializable {
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue