src/share/jaxws_classes/com/sun/xml/internal/ws/binding/WebServiceFeatureList.java

changeset 408
b0610cd08440
parent 368
0989ad8c0860
child 637
9c07ef4934dd
     1.1 --- a/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/WebServiceFeatureList.java	Thu Sep 26 10:43:28 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/WebServiceFeatureList.java	Fri Oct 04 16:21:34 2013 +0100
     1.3 @@ -38,7 +38,6 @@
     1.4  import com.sun.xml.internal.ws.api.model.wsdl.WSDLPort;
     1.5  import com.sun.xml.internal.ws.api.model.wsdl.WSDLFeaturedObject;
     1.6  import com.sun.xml.internal.ws.model.RuntimeModelerException;
     1.7 -import com.sun.xml.internal.ws.model.wsdl.WSDLPortImpl;
     1.8  import com.sun.xml.internal.ws.resources.ModelerMessages;
     1.9  import com.sun.xml.internal.bind.util.Which;
    1.10  
    1.11 @@ -440,9 +439,9 @@
    1.12      }
    1.13  
    1.14      /**
    1.15 -     * Extracts features from {@link WSDLPortImpl#getFeatures()}. Extra features
    1.16 +     * Extracts features from {@link WSDLPort#getFeatures()}. Extra features
    1.17       * that are not already set on binding. i.e, if a feature is set already on
    1.18 -     * binding through someother API the coresponding wsdlFeature is not set.
    1.19 +     * binding through some other API the corresponding wsdlFeature is not set.
    1.20       *
    1.21       * @param wsdlPort
    1.22       *            WSDLPort model
    1.23 @@ -452,7 +451,7 @@
    1.24       *            true
    1.25       * @param reportConflicts
    1.26       *            If true, checks if the feature setting in WSDL (wsdl extension
    1.27 -     *            or policy configuration) colflicts with feature setting in
    1.28 +     *            or policy configuration) conflicts with feature setting in
    1.29       *            Deployed Service and logs warning if there are any conflicts.
    1.30       */
    1.31      public void mergeFeatures(@NotNull WSDLPort wsdlPort,

mercurial