src/share/jaxws_classes/com/sun/xml/internal/bind/util/AttributesImpl.java

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

*** 60,70 **** * class; in addition to supporting the updated Attributes * interface rather than the deprecated {@link org.xml.sax.AttributeList * AttributeList} interface, it also includes a much more efficient * implementation using a single array rather than a set of Vectors.</p> * ! * @since JAXB1.0 * @since SAX 2.0 * @author David Megginson * @version 2.0.1 (sax2r2) */ public class AttributesImpl implements Attributes --- 60,70 ---- * class; in addition to supporting the updated Attributes * interface rather than the deprecated {@link org.xml.sax.AttributeList * AttributeList} interface, it also includes a much more efficient * implementation using a single array rather than a set of Vectors.</p> * ! * @since JAXB 1.0 * @since SAX 2.0 * @author David Megginson * @version 2.0.1 (sax2r2) */ public class AttributesImpl implements Attributes