You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2004/09/15 17:11:07 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/dv/xs DayTimeDurationDV.java YearMonthDurationDV.java

mrglavas    2004/09/15 08:11:07

  Modified:    java/src/org/apache/xerces/impl/dv/xs DayTimeDurationDV.java
                        YearMonthDurationDV.java
  Log:
  For now make XML Schema 1.1 datatype validators package private.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DayTimeDurationDV.java
  
  Index: DayTimeDurationDV.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DayTimeDurationDV.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DayTimeDurationDV.java	15 Sep 2004 05:25:00 -0000	1.2
  +++ DayTimeDurationDV.java	15 Sep 2004 15:11:07 -0000	1.3
  @@ -23,7 +23,7 @@
    * 
    * @author Ankit Pasricha, IBM
    */
  -public class DayTimeDurationDV extends DurationDV {
  +class DayTimeDurationDV extends DurationDV {
       
       public Object getActualValue(String content, ValidationContext context)
           throws InvalidDatatypeValueException {
  
  
  
  1.3       +1 -1      xml-xerces/java/src/org/apache/xerces/impl/dv/xs/YearMonthDurationDV.java
  
  Index: YearMonthDurationDV.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/YearMonthDurationDV.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- YearMonthDurationDV.java	15 Sep 2004 05:25:00 -0000	1.2
  +++ YearMonthDurationDV.java	15 Sep 2004 15:11:07 -0000	1.3
  @@ -23,7 +23,7 @@
    * 
    * @author Ankit Pasricha, IBM
    */
  -public class YearMonthDurationDV extends DurationDV {
  +class YearMonthDurationDV extends DurationDV {
       
       public Object getActualValue(String content, ValidationContext context)
           throws InvalidDatatypeValueException {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org