You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2005/11/08 11:22:41 UTC

svn commit: r331772 - /incubator/woden/java/src/org/apache/woden/internal/wsdl20/DocumentationImpl.java

Author: jkaputin
Date: Tue Nov  8 02:22:35 2005
New Revision: 331772

URL: http://svn.apache.org/viewcvs?rev=331772&view=rev
Log:
Added a ToDo comment

Modified:
    incubator/woden/java/src/org/apache/woden/internal/wsdl20/DocumentationImpl.java

Modified: incubator/woden/java/src/org/apache/woden/internal/wsdl20/DocumentationImpl.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/internal/wsdl20/DocumentationImpl.java?rev=331772&r1=331771&r2=331772&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/internal/wsdl20/DocumentationImpl.java (original)
+++ incubator/woden/java/src/org/apache/woden/internal/wsdl20/DocumentationImpl.java Tue Nov  8 02:22:35 2005
@@ -24,6 +24,11 @@
  * class does not attempt to understand that content. Instead it just wraps
  * the <wsdl:documentation> element's content model as a java.lang.Object. 
  * 
+ * TODO chg inheritance hierachy so this too extends WSDL20ObjectImpl? 
+ * (i.e. move documentation methods from WSDL20ObjectImpl to a DocumentableImpl class)
+ * Currently, this class is a WSDL20Element (interface) but it is not a subclass of
+ * WSDL20ObjectImpl.
+ * 
  * @author jkaputin@apache.org
  */
 public class DocumentationImpl implements DocumentationElement {



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org