< prev index next >

src/javax/xml/parsers/FactoryConfigurationError.java

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

@@ -30,11 +30,11 @@
  * exists. This error will typically be thrown when the class of a
  * parser factory specified in the system properties cannot be found
  * or instantiated.
  *
  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
- * @version $Revision: 1.7 $, $Date: 2010-11-01 04:36:09 $
+ * @since 1.4
  */
 
 public class FactoryConfigurationError extends Error {
     private static final long serialVersionUID = -827108682472263355L;
 
< prev index next >