[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-cvs
Subject:    svn commit: r368181 -
From:       minchau () apache ! org
Date:       2006-01-12 0:26:14
Message-ID: 20060112002614.62999.qmail () minotaur ! apache ! org
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic