src/org/xml/sax/SAXException.java

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

@@ -52,11 +52,11 @@
  *
  * <p>If the parser or application needs to include information about a
  * specific location in an XML document, it should use the
  * {@link org.xml.sax.SAXParseException SAXParseException} subclass.</p>
  *
- * @since SAX 1.0
+ * @since 1.4, SAX 1.0
  * @author David Megginson
  * @version 2.0.1 (sax2r2)
  * @see org.xml.sax.SAXParseException
  */
 public class SAXException extends Exception {