You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2004/08/27 23:39:32 UTC

cvs commit: xml-xalan/java/src/org/apache/xml/serializer CharInfo.java

minchau     2004/08/27 14:39:32

  Modified:    java/src/org/apache/xml/serializer CharInfo.java
  Log:
  Clean-up.
  
  Revision  Changes    Path
  1.14      +2 -5      xml-xalan/java/src/org/apache/xml/serializer/CharInfo.java
  
  Index: CharInfo.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/serializer/CharInfo.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- CharInfo.java	27 Aug 2004 21:37:12 -0000	1.13
  +++ CharInfo.java	27 Aug 2004 21:39:32 -0000	1.14
  @@ -447,10 +447,7 @@
        */
       public final boolean isTextASCIIClean(int value)
       {
  -        boolean ret = isCleanTextASCII[value];
  -        if (ret == false)
  -        System.out.flush();
  -        return ret;
  +        return isCleanTextASCII[value];
       }
       
   //  In the future one might want to use the array directly and avoid
  
  
  

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