Author: veithen Date: Tue Mar 3 20:20:04 2009 New Revision: 749729 URL: http://svn.apache.org/viewvc?rev=749729&view=rev Log: Removed comment which is no longer applicable.
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMMetaFactory.java Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMMetaFactory.java URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMMetaFactory.java?rev=749729&r1=749728&r2=749729&view=diff ============================================================================== --- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMMetaFactory.java (original) +++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMMetaFactory.java Tue Mar 3 20:20:04 2009 @@ -35,8 +35,6 @@ * code using an implementation of this class must call the relevant method once and only once * for every document processed. */ -// NOTE: It is intentional that this is implemented as an abstract class rather than an interface. -// Probably there will be a static getInstance() method in the future. public interface OMMetaFactory { /** * Get an OM factory instance for the XML infoset model.