< prev index next >

src/com/sun/org/apache/xerces/internal/impl/xs/identity/Selector.java

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

*** 33,43 **** * Schema identity constraint selector. * * @xerces.internal * * @author Andy Clark, IBM - * @version $Id: Selector.java,v 1.7 2010-11-01 04:39:57 joehw Exp $ */ public class Selector { // // Data --- 33,42 ----
*** 104,114 **** /** * Schema identity constraint selector XPath expression. * * @author Andy Clark, IBM - * @version $Id: Selector.java,v 1.7 2010-11-01 04:39:57 joehw Exp $ */ public static class XPath extends com.sun.org.apache.xerces.internal.impl.xpath.XPath { // --- 103,112 ----
< prev index next >