src/org/xml/sax/helpers/ParserFactory.java

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

@@ -59,11 +59,11 @@
  * implements SAX1.</p>
  *
  * @deprecated This class works with the deprecated
  *             {@link org.xml.sax.Parser Parser}
  *             interface.
- * @since SAX 1.0
+ * @since 1.4, SAX 1.0
  * @author David Megginson
  * @version 2.0.1 (sax2r2)
  */
 public class ParserFactory {
     private static SecuritySupport ss = new SecuritySupport();