src/share/jaxws_classes/javax/xml/bind/helpers/AbstractUnmarshallerImpl.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

@@ -66,11 +66,11 @@
  *
  * @author <ul>
  *         <li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li>
  *         </ul>
  * @see javax.xml.bind.Unmarshaller
- * @since JAXB1.0
+ * @since 1.6, JAXB 1.0
  */
 public abstract class AbstractUnmarshallerImpl implements Unmarshaller
 {
     /** handler that will be used to process errors and warnings during unmarshal */
     private ValidationEventHandler eventHandler =