--- old/src/java.xml.ws/share/classes/javax/xml/ws/RespectBindingFeature.java 2015-07-08 13:25:24.000000000 +0200 +++ new/src/java.xml.ws/share/classes/javax/xml/ws/RespectBindingFeature.java 2015-07-08 13:25:23.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -28,7 +28,7 @@ import javax.xml.ws.soap.AddressingFeature; /** - * This feature clarifies the use of the wsdl:binding + * This feature clarifies the use of the {@code wsdl:binding} * in a JAX-WS runtime. * * This feature can be used during the creation of SEI proxy, and @@ -38,26 +38,26 @@ *

* This feature is only useful with web services that have an * associated WSDL. Enabling this feature requires that a JAX-WS - * implementation inspect the wsdl:binding for an - * endpoint at runtime to make sure that all wsdl:extensions - * that have the required attribute set to true + * implementation inspect the {@code wsdl:binding} for an + * endpoint at runtime to make sure that all {@code wsdl:extensions} + * that have the {@code required} attribute set to {@code true} * are understood and are being used. *

* The following describes the affects of this feature with respect * to be enabled or disabled: *

* *
  • DISABLED: In this Mode, an implementation may choose whether - * to inspect the wsdl:binding or not and to what degree - * the wsdl:binding will be inspected. For example, + * to inspect the {@code wsdl:binding} or not and to what degree + * the {@code wsdl:binding} will be inspected. For example, * one implementation may choose to behave as if this feature is enabled, * another implementation may only choose to verify the SEI's * parameter/return type bindings. @@ -91,7 +91,7 @@ /** - * Creates an RespectBindingFeature. + * Creates an {@code RespectBindingFeature}. * The instance created will be enabled. */ public RespectBindingFeature() {