You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/03/03 21:20:04 UTC

svn commit: r749729 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMMetaFactory.java

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.