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 2003/07/04 15:47:50 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/xs/opti TextImpl.java

mrglavas    2003/07/04 06:47:49

  Modified:    java/src/org/apache/xerces/impl/xs/opti TextImpl.java
  Log:
  Remove extra semicolon to fix GUMP failure.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/xs/opti/TextImpl.java
  
  Index: TextImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/opti/TextImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TextImpl.java	3 Jul 2003 15:15:58 -0000	1.1
  +++ TextImpl.java	4 Jul 2003 13:47:49 -0000	1.2
  @@ -134,7 +134,7 @@
        */
       public int getLength() {
           if(fData == null) return 0;
  -        return fData.length();;
  +        return fData.length();
       }
   
       /**
  
  
  

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