- Revision
- 1950
- Author
- joehni
- Date
- 2011-11-21 16:46:17 -0600 (Mon, 21 Nov 2011)
Log Message
Fix typo.
Modified Paths
Diff
Modified: trunk/xstream/src/java/com/thoughtworks/xstream/XStream.java (1949 => 1950)
--- trunk/xstream/src/java/com/thoughtworks/xstream/XStream.java 2011-11-21 22:45:12 UTC (rev 1949) +++ trunk/xstream/src/java/com/thoughtworks/xstream/XStream.java 2011-11-21 22:46:17 UTC (rev 1950) @@ -1485,7 +1485,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, Class itemType, String keyFieldName) {
To unsubscribe from this list please visit:
