You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2002/11/19 18:03:56 UTC

cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils.java

tomj        2002/11/19 09:03:56

  Modified:    java/src/org/apache/axis/utils XMLUtils.java
  Log:
  Remove unused static variable.
  (Yes, I've upgrade to Idea 3.0, which is very cool for cleaning up code!)
  
  Revision  Changes    Path
  1.73      +0 -1      xml-axis/java/src/org/apache/axis/utils/XMLUtils.java
  
  Index: XMLUtils.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/XMLUtils.java,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- XMLUtils.java	30 Oct 2002 22:56:19 -0000	1.72
  +++ XMLUtils.java	19 Nov 2002 17:03:56 -0000	1.73
  @@ -112,7 +112,6 @@
       private static SAXParserFactory       saxFactory;
       private static Stack                  saxParsers = new Stack();
   
  -    private static java.io.PrintStream os = System.out;
       private static String empty = new String("");
       private static ByteArrayInputStream bais = new ByteArrayInputStream(empty.getBytes());