You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2006/01/12 01:26:14 UTC

svn commit: r368181 - /xalan/java/trunk/src/org/apache/xml/serializer/OutputPropertiesFactory.java

Author: minchau
Date: Wed Jan 11 16:26:12 2006
New Revision: 368181

URL: http://svn.apache.org/viewcvs?rev=368181&view=rev
Log:
Minor, refer to Method.UNKNOWN rather than
org.apache.xml.serializer.Method.UNKNOWN.

That class and this one are in the same package, so it isn't needed.

Modified:
    xalan/java/trunk/src/org/apache/xml/serializer/OutputPropertiesFactory.java

Modified: xalan/java/trunk/src/org/apache/xml/serializer/OutputPropertiesFactory.java
URL: http://svn.apache.org/viewcvs/xalan/java/trunk/src/org/apache/xml/serializer/OutputPropertiesFactory.java?rev=368181&r1=368180&r2=368181&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xml/serializer/OutputPropertiesFactory.java (original)
+++ xalan/java/trunk/src/org/apache/xml/serializer/OutputPropertiesFactory.java Wed Jan 11 16:26:12 2006
@@ -298,7 +298,7 @@
 
                 defaultProperties = m_text_properties;
             }
-            else if (method.equals(org.apache.xml.serializer.Method.UNKNOWN))
+            else if (method.equals(Method.UNKNOWN))
             {
                 if (null == m_unknown_properties) // double check
                 {



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org