Author: jkaputin
Date: Sun Oct 2 21:54:01 2005
New Revision: 293237
URL: http://svn.apache.org/viewcvs?rev=293237&view=rev
Log:
removed the methods now defined on the Documentable interface
Modified:
incubator/woden/java/src/org/apache/woden/wsdl20/xml/TypesElement.java
Modified: incubator/woden/java/src/org/apache/woden/wsdl20/xml/TypesElement.java
URL:
http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/xml/TypesElement.java?rev=293237&r1=293236&r2=293237&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/xml/TypesElement.java
(original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/xml/TypesElement.java Sun
Oct 2 21:54:01 2005
@@ -38,10 +38,6 @@
public interface TypesElement extends DocumentableElement
{
- public void setDocumentationElement(DocumentationElement docEl);
-
- public DocumentationElement getDocumentationElement();
-
/**
* Indicates the type system used within the <types> element.
* Typically the W3C XML Schema type system will be used, indicated by
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]