You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/08/01 07:58:30 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/msg DatatypeMessages.java

jeffreyr    00/07/31 22:58:30

  Modified:    java/src/org/apache/xerces/msg DatatypeMessages.java
  Log:
  Message for boundary condition check
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/java/src/org/apache/xerces/msg/DatatypeMessages.java
  
  Index: DatatypeMessages.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/msg/DatatypeMessages.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DatatypeMessages.java	2000/01/06 00:14:57	1.2
  +++ DatatypeMessages.java	2000/08/01 05:58:29	1.3
  @@ -79,7 +79,7 @@
           { "IllegalDecimalFacet", "Illegal Facet for decimal type." },
           { "UnknownFacet", "Unknown Facet: {0}." },
           { "InvalidEnumValue", "Invalid value for Enum constant: {0}." },
  -        { "OutOfBounds", "{0} is out of bounds." },
  +        { "OutOfBounds", "{0} is out of bounds:[ {1} {3} X  {4} {2} ]." },
           { "NotAnEnumValue", "{0} is not one of the specified enum values." },
           { "NotInteger", "{0} is not an integer." },
           { "IllegalIntegerFacet", "Illegal Facet for Integer type." },