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 hu...@apache.org on 2006/08/02 16:10:07 UTC

svn commit: r427985 - in /incubator/woden/branches/WODEN-40/src/org/apache/woden: internal/wsdl20/DescriptionImpl.java wsdl20/xml/DescriptionElement.java

Author: hughesj
Date: Wed Aug  2 07:10:07 2006
New Revision: 427985

URL: http://svn.apache.org/viewvc?rev=427985&view=rev
Log:
Removed unnessary creatEndpointElement method

Modified:
    incubator/woden/branches/WODEN-40/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java
    incubator/woden/branches/WODEN-40/src/org/apache/woden/wsdl20/xml/DescriptionElement.java

Modified: incubator/woden/branches/WODEN-40/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java
URL: http://svn.apache.org/viewvc/incubator/woden/branches/WODEN-40/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java?rev=427985&r1=427984&r2=427985&view=diff
==============================================================================
--- incubator/woden/branches/WODEN-40/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java (original)
+++ incubator/woden/branches/WODEN-40/src/org/apache/woden/internal/wsdl20/DescriptionImpl.java Wed Aug  2 07:10:07 2006
@@ -35,7 +35,6 @@
 import org.apache.woden.wsdl20.xml.BindingElement;
 import org.apache.woden.wsdl20.xml.DescriptionElement;
 import org.apache.woden.wsdl20.xml.DocumentationElement;
-import org.apache.woden.wsdl20.xml.EndpointElement;
 import org.apache.woden.wsdl20.xml.FeatureElement;
 import org.apache.woden.wsdl20.xml.ImportElement;
 import org.apache.woden.wsdl20.xml.IncludeElement;
@@ -507,10 +506,6 @@
         fServiceElements.add(service);
         service.setParentElement(this);
         return service;
-    }
-    
-    public EndpointElement createEndpointElement() {
-        return new EndpointImpl();
     }
     
     public FeatureElement createFeatureElement() {

Modified: incubator/woden/branches/WODEN-40/src/org/apache/woden/wsdl20/xml/DescriptionElement.java
URL: http://svn.apache.org/viewvc/incubator/woden/branches/WODEN-40/src/org/apache/woden/wsdl20/xml/DescriptionElement.java?rev=427985&r1=427984&r2=427985&view=diff
==============================================================================
--- incubator/woden/branches/WODEN-40/src/org/apache/woden/wsdl20/xml/DescriptionElement.java (original)
+++ incubator/woden/branches/WODEN-40/src/org/apache/woden/wsdl20/xml/DescriptionElement.java Wed Aug  2 07:10:07 2006
@@ -95,8 +95,6 @@
 
     public ServiceElement addServiceElement();
 
-    public EndpointElement createEndpointElement();
-
     public PropertyElement createPropertyElement();
     
     



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