Author: mbenson
Date: Mon Mar 9 21:37:19 2009
New Revision: 751852
URL: http://svn.apache.org/viewvc?rev=751852&view=rev
Log:
comments
Modified:
commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/map/TransformedMap.java
Modified:
commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/map/TransformedMap.java
URL:
http://svn.apache.org/viewvc/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/map/TransformedMap.java?rev=751852&r1=751851&r2=751852&view=diff
==============================================================================
---
commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/map/TransformedMap.java
(original)
+++
commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/map/TransformedMap.java
Mon Mar 9 21:37:19 2009
@@ -63,7 +63,7 @@
* <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 @@
* <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