< prev index next >

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

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

@@ -31,11 +31,10 @@
  *
  * @xerces.internal
  *
  * @author Elena Litani
  * @author Gopal Sharma, SUN Microsystem Inc.
- * @version $Id: DayDV.java,v 1.7 2010-11-01 04:39:46 joehw Exp $
  */
 public class DayDV extends AbstractDateTimeDV {
 
     //size without time zone: ---09
     private final static int DAY_SIZE=5;
< prev index next >