src/org/xml/sax/SAXNotSupportedException.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

@@ -44,11 +44,11 @@
  * <p>An XMLReader will throw this exception when it recognizes a
  * feature or property identifier, but cannot perform the requested
  * operation (setting a state or value).  Other SAX2 applications and
  * extensions may use this class for similar purposes.</p>
  *
- * @since SAX 2.0
+ * @since 1.4, SAX 2.0
  * @author David Megginson
  * @see org.xml.sax.SAXNotRecognizedException
  */
 public class SAXNotSupportedException extends SAXException
 {