Title: [2269] branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/annotations/XStreamConverter.java: Fix Javadoc of XStreamConverter annotation.
Revision
2269
Author
joehni
Date
2014-03-03 12:23:43 -0600 (Mon, 03 Mar 2014)

Log Message

Fix Javadoc of XStreamConverter annotation.

Modified Paths


Diff

Modified: branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/annotations/XStreamConverter.java (2268 => 2269)


--- branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/annotations/XStreamConverter.java	2014-03-03 18:20:42 UTC (rev 2268)
+++ branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/annotations/XStreamConverter.java	2014-03-03 18:23:43 UTC (rev 2269)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2005 Joe Walnes.
- * Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012, 2013 XStream Committers.
+ * Copyright (C) 2006, 2007, 2008, 2009, 2011, 2012, 2013, 2014 XStream Committers.
  * All rights reserved.
  *
  * The software in this package is published under the terms of the BSD
@@ -49,7 +49,7 @@
  * </p>
  * <p>
  * Note, the annotation matches a {@link ConverterMatcher}.
- * {@link com.thoughtworks.xstream.converters.ConverterMatcher} as well as
+ * {@link com.thoughtworks.xstream.converters.Converter} as well as
  * {@link com.thoughtworks.xstream.converters.SingleValueConverter} extend this interface. The
  * {@link com.thoughtworks.xstream.mapper.AnnotationMapper} can only handle these two
  * <strong>known</strong> types.

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to