Author: veithen Date: Mon Jan 3 21:26:49 2011 New Revision: 1054759 URL: http://svn.apache.org/viewvc?rev=1054759&view=rev Log: AXIOM-353: Updated the deprecation warning of the old OMXMLBuilderFactory.
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java?rev=1054759&r1=1054758&r2=1054759&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/main/java/org/apache/axiom/om/impl/llom/factory/OMXMLBuilderFactory.java Mon Jan 3 21:26:49 2011 @@ -31,8 +31,7 @@ import javax.xml.stream.XMLStreamReader; * * @deprecated This class is deprecated because it is located in the wrong package and JAR * (it is implementation independent but belongs to LLOM). Please use - * the constructors of {...@link StAXOMBuilder} and {...@link StAXSOAPModelBuilder} - * directly. + * {...@link org.apache.axiom.om.OMXMLBuilderFactory} instead. */ public class OMXMLBuilderFactory { /** Field PARSER_XPP */