- Revision
- 1949
- Author
- joehni
- Date
- 2011-11-21 16:45:12 -0600 (Mon, 21 Nov 2011)
Log Message
Fix typo.
Modified Paths
Diff
Modified: trunk/xstream/src/java/com/thoughtworks/xstream/XStream.java (1948 => 1949)
--- trunk/xstream/src/java/com/thoughtworks/xstream/XStream.java 2011-11-12 17:54:53 UTC (rev 1948) +++ trunk/xstream/src/java/com/thoughtworks/xstream/XStream.java 2011-11-21 22:45:12 UTC (rev 1949) @@ -1500,7 +1500,7 @@ * map type or matching the default implementation type of the map * type. * @param itemType type of the items to be part of this map as value - * @param keyFieldName the name of the filed of the itemType that is used for the key in the map + * @param keyFieldName the name of the field of the itemType that is used for the key in the map * @since 1.4 */ public void addImplicitMap(Class ownerType, String fieldName, String itemFieldName,
To unsubscribe from this list please visit:
