< prev index next >

src/com/sun/org/apache/xpath/internal/jaxp/XPathExpressionImpl.java

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

@@ -42,11 +42,10 @@
 import org.xml.sax.InputSource;
 
 /**
  * The XPathExpression interface encapsulates a (compiled) XPath expression.
  *
- * @version $Revision: 1.10 $
  * @author  Ramesh Mandava
  */
 public class XPathExpressionImpl  implements javax.xml.xpath.XPathExpression{
 
     private XPathFunctionResolver functionResolver;
< prev index next >