< prev index next >

src/com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter.java

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

*** 29,39 **** * Used to format DOM error messages, using the system locale. * * @xerces.internal * * @author Sandy Gao, IBM - * @version $Id: DOMMessageFormatter.java,v 1.6 2010-11-01 04:39:38 joehw Exp $ */ public class DOMMessageFormatter { public static final String DOM_DOMAIN = "http://www.w3.org/dom/DOMTR"; public static final String XML_DOMAIN = "http://www.w3.org/TR/1998/REC-xml-19980210"; public static final String SERIALIZER_DOMAIN = "http://apache.org/xml/serializer"; --- 29,38 ----
< prev index next >