diff -r cc682329886b -r b0610cd08440 src/share/jaxws_classes/com/sun/xml/internal/ws/binding/WebServiceFeatureList.java --- a/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/WebServiceFeatureList.java Thu Sep 26 10:43:28 2013 -0700 +++ b/src/share/jaxws_classes/com/sun/xml/internal/ws/binding/WebServiceFeatureList.java Fri Oct 04 16:21:34 2013 +0100 @@ -38,7 +38,6 @@ import com.sun.xml.internal.ws.api.model.wsdl.WSDLPort; import com.sun.xml.internal.ws.api.model.wsdl.WSDLFeaturedObject; import com.sun.xml.internal.ws.model.RuntimeModelerException; -import com.sun.xml.internal.ws.model.wsdl.WSDLPortImpl; import com.sun.xml.internal.ws.resources.ModelerMessages; import com.sun.xml.internal.bind.util.Which; @@ -440,9 +439,9 @@ } /** - * Extracts features from {@link WSDLPortImpl#getFeatures()}. Extra features + * Extracts features from {@link WSDLPort#getFeatures()}. Extra features * that are not already set on binding. i.e, if a feature is set already on - * binding through someother API the coresponding wsdlFeature is not set. + * binding through some other API the corresponding wsdlFeature is not set. * * @param wsdlPort * WSDLPort model @@ -452,7 +451,7 @@ * true * @param reportConflicts * If true, checks if the feature setting in WSDL (wsdl extension - * or policy configuration) colflicts with feature setting in + * or policy configuration) conflicts with feature setting in * Deployed Service and logs warning if there are any conflicts. */ public void mergeFeatures(@NotNull WSDLPort wsdlPort,