You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2011/05/24 23:19:13 UTC

svn commit: r1127296 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorUpdater.java

Author: maartenc
Date: Tue May 24 21:19:13 2011
New Revision: 1127296

URL: http://svn.apache.org/viewvc?rev=1127296&view=rev
Log:
Removed unused field.

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorUpdater.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorUpdater.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorUpdater.java?rev=1127296&r1=1127295&r2=1127296&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorUpdater.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorUpdater.java Tue May 24 21:19:13 2011
@@ -72,7 +72,6 @@ import org.xml.sax.helpers.DefaultHandle
  * possible the original syntax
  */
 public final class XmlModuleDescriptorUpdater {
-    private static final int MAX_HEADER_LENGTH = 10000;
     //CheckStyle:StaticVariableName| OFF    
     //LINE_SEPARATOR is actually a constant, but we have to modify it for the tests
     public static String LINE_SEPARATOR = System.getProperty("line.separator");