comments

git-svn-id: 
https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751852
 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-collections/commit/e53e8f2f
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/e53e8f2f
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/e53e8f2f

Branch: refs/heads/collections_jdk5_branch
Commit: e53e8f2fc4f6d49ed7ac4c8350cf138778896cb1
Parents: afd5d3f
Author: Matthew Jason Benson <mben...@apache.org>
Authored: Mon Mar 9 21:37:19 2009 +0000
Committer: Matthew Jason Benson <mben...@apache.org>
Committed: Mon Mar 9 21:37:19 2009 +0000

----------------------------------------------------------------------
 src/java/org/apache/commons/collections/map/TransformedMap.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/e53e8f2f/src/java/org/apache/commons/collections/map/TransformedMap.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/collections/map/TransformedMap.java 
b/src/java/org/apache/commons/collections/map/TransformedMap.java
index 56741fd..49cd9ec 100644
--- a/src/java/org/apache/commons/collections/map/TransformedMap.java
+++ b/src/java/org/apache/commons/collections/map/TransformedMap.java
@@ -63,7 +63,7 @@ public class TransformedMap<K, V>
      * <p>
      * If there are any elements already in the map being decorated, they
      * are NOT transformed.
-     * Constrast this with {@link #decorateTransform}.
+     * Contrast this with {@link #decorateTransform}.
      * 
      * @param map  the map to decorate, must not be null
      * @param keyTransformer  the transformer to use for key conversion, null 
means no transformation
@@ -82,7 +82,7 @@ public class TransformedMap<K, V>
      * <p>
      * If there are any elements already in the map being decorated, they
      * will be transformed by this method.
-     * Constrast this with {@link #decorate}.
+     * Contrast this with {@link #decorate}.
      * 
      * @param map  the map to decorate, must not be null
      * @param keyTransformer  the transformer to use for key conversion, null 
means no transformation

Reply via email to