src/org/xml/sax/ErrorHandler.java

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

@@ -63,11 +63,11 @@
  * may throw an exception after reporting any fatalError.
  * Also parsers may throw appropriate exceptions for non-XML errors.
  * For example, {@link XMLReader#parse XMLReader.parse()} would throw
  * an IOException for errors accessing entities or the document.</p>
  *
- * @since SAX 1.0
+ * @since 1.4, SAX 1.0
  * @author David Megginson
  * @see org.xml.sax.XMLReader#setErrorHandler
  * @see org.xml.sax.SAXParseException
  */
 public interface ErrorHandler {