src/share/jaxws_classes/javax/xml/bind/annotation/adapters/NormalizedStringAdapter.java

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

@@ -33,11 +33,11 @@
  * <p>
  * Replaces any tab, CR, and LF by a whitespace character ' ',
  * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace">the whitespace facet 'replace'</a>
  *
  * @author Kohsuke Kawaguchi, Martin Grebac
- * @since JAXB 2.0
+ * @since 1.6, JAXB 2.0
  */
 public final class NormalizedStringAdapter extends XmlAdapter<String,String> {
     /**
      * Replace any tab, CR, and LF by a whitespace character ' ',
      * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace">the whitespace facet 'replace'</a>