< prev index next >

src/javax/xml/parsers/SAXParserFactory.java

Print this page
rev 2127 : 8048021: Remove @version tag in jaxp repo
Reviewed-by: joehw

@@ -35,12 +35,11 @@
  * obtain a SAX based parser to parse XML documents.
  *
  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
  * @author <a href="mailto:Neeraj.Bajaj@sun.com">Neeraj Bajaj</a>
  *
- * @version $Revision: 1.9 $, $Date: 2010/05/25 16:19:44 $
- *
+ * @since 1.4
  */
 public abstract class SAXParserFactory {
 
     /**
      * <p>Should Parsers be validating?</p>
< prev index next >