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");