--- old/src/java.xml.ws/share/classes/javax/xml/ws/RequestWrapper.java 2015-07-09 12:14:07.000000000 +0200 +++ new/src/java.xml.ws/share/classes/javax/xml/ws/RequestWrapper.java 2015-07-09 12:14:06.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 @@ -33,11 +33,11 @@ /** * Used to annotate methods in the Service Endpoint Interface with the request - * wrapper bean to be used at runtime. The default value of the localName is - * the operationName, as defined in WebMethod annotation and the - * targetNamespace is the target namespace of the SEI. + * wrapper bean to be used at runtime. The default value of the {@code localName} is + * the {@code operationName}, as defined in {@code WebMethod} annotation and the + * {@code targetNamespace} is the target namespace of the SEI. *

When starting from Java this annotation is used resolve - * overloading conflicts in document literal mode. Only the className + * overloading conflicts in document literal mode. Only the {@code className} * is required in this case. * * @since 1.6, JAX-WS 2.0