< prev index next >

src/com/sun/org/apache/xerces/internal/impl/dv/xs/YearMonthDurationDV.java

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

@@ -32,11 +32,10 @@
  *
  * @xerces.internal
  *
  * @author Ankit Pasricha, IBM
  *
- * @version $Id: YearMonthDurationDV.java,v 1.6 2010-11-01 04:39:47 joehw Exp $
  */
 class YearMonthDurationDV extends DurationDV {
 
     public Object getActualValue(String content, ValidationContext context)
         throws InvalidDatatypeValueException {
< prev index next >