--- old/src/java.xml.ws/share/classes/javax/xml/ws/Binding.java 2015-04-21 17:20:17.288098475 +0400 +++ new/src/java.xml.ws/share/classes/javax/xml/ws/Binding.java 2015-04-21 17:20:17.200098475 +0400 @@ -26,7 +26,7 @@ package javax.xml.ws; -/** The Binding interface is the base interface +/** The {@code Binding} interface is the base interface * for JAX-WS protocol bindings. * * @since 1.6, JAX-WS 2.0 @@ -35,10 +35,10 @@ /** * Gets a copy of the handler chain for a protocol binding instance. - * If the returned chain is modified a call to setHandlerChain + * If the returned chain is modified a call to {@code setHandlerChain} * is required to configure the binding instance with the new chain. * - * @return java.util.List<Handler> Handler chain + * @return {@code java.util.List} Handler chain */ public java.util.List getHandlerChain(); @@ -59,7 +59,7 @@ * Get the URI for this binding instance. * * @return String The binding identifier for the port. - * Never returns null + * Never returns {@code null} * * @since 1.6, JAX-WS 2.1 */