--- old/src/java.xml.ws/share/classes/javax/xml/ws/handler/soap/SOAPHandler.java 2015-07-08 13:25:31.000000000 +0200 +++ new/src/java.xml.ws/share/classes/javax/xml/ws/handler/soap/SOAPHandler.java 2015-07-08 13:25:31.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 @@ -29,7 +29,7 @@ import javax.xml.ws.handler.Handler; import java.util.Set; -/** The SOAPHandler class extends Handler +/** The {@code SOAPHandler} class extends {@code Handler} * to provide typesafety for the message context parameter and add a method * to obtain access to the headers that may be processed by the handler. * @@ -41,8 +41,8 @@ /** Gets the header blocks that can be processed by this Handler * instance. * - * @return Set of QNames of header blocks processed by this - * handler instance. QName is the qualified + * @return Set of {@code QNames} of header blocks processed by this + * handler instance. {@code QName} is the qualified * name of the outermost element of the Header block. **/ Set getHeaders();