Eliminate warning for unused DEBUG field.

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@292853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mrglavas 2005-09-30 20:42:07 +00:00
parent bbb4a3742c
commit cd7ba61b85

View File

@ -92,11 +92,6 @@ import javax.xml.namespace.QName;
*/ */
public abstract class Duration { public abstract class Duration {
/**
* <p>Debugging <code>true</code> or <code>false</code>.</p>
*/
private static final boolean DEBUG = true;
/** /**
* <p>Return the name of the XML Schema date/time type that this instance * <p>Return the name of the XML Schema date/time type that this instance
* maps to. Type is computed based on fields that are set, * maps to. Type is computed based on fields that are set,