billbarker    01/12/13 19:55:11

  Modified:    src/share/org/apache/tomcat/util JavaGeneratorTool.java
  Log:
  Remove debugging line that I had enabled to track this down.
  
  Revision  Changes    Path
  1.4       +1 -1      
jakarta-tomcat/src/share/org/apache/tomcat/util/JavaGeneratorTool.java
  
  Index: JavaGeneratorTool.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/util/JavaGeneratorTool.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JavaGeneratorTool.java    2001/12/14 03:47:26     1.3
  +++ JavaGeneratorTool.java    2001/12/14 03:55:11     1.4
  @@ -71,7 +71,7 @@
               if(index == -1 ) continue;
               while (index != -1) {
                int endIdx=index+keywords[i].length();
  -                             System.out.println("XXX " + s + " " + index + " " + 
endIdx );
  +             //                      System.out.println("XXX " + s + " " + index + 
" " + endIdx );
                // Is it a full word ?
                if( index>0 && s.charAt( index-1 ) != '/' ) {
                    index = s.indexOf(keywords[i],index+3);
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to