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 2012/01/02 19:45:01 UTC

svn commit: r1226507 - /xerces/java/trunk/src/org/apache/xerces/util/URI.java

Author: mrglavas
Date: Mon Jan  2 18:45:01 2012
New Revision: 1226507

URL: http://svn.apache.org/viewvc?rev=1226507&view=rev
Log:
Remove unused DEBUG flag.

Modified:
    xerces/java/trunk/src/org/apache/xerces/util/URI.java

Modified: xerces/java/trunk/src/org/apache/xerces/util/URI.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/util/URI.java?rev=1226507&r1=1226506&r2=1226507&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/util/URI.java (original)
+++ xerces/java/trunk/src/org/apache/xerces/util/URI.java Mon Jan  2 18:45:01 2012
@@ -236,8 +236,6 @@ import java.util.Locale;
   /** If specified, stores the fragment for this URI; otherwise null */
   private String m_fragment = null;
 
-  private static boolean DEBUG = false;
-
   /**
   * Construct a new and uninitialized URI.
   */



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