--- old/src/java.xml.ws/share/classes/javax/xml/soap/SOAPBodyElement.java 2015-07-09 12:13:56.000000000 +0200 +++ new/src/java.xml.ws/share/classes/javax/xml/soap/SOAPBodyElement.java 2015-07-09 12:13:56.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 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 @@ -26,18 +26,18 @@ package javax.xml.soap; /** - * A SOAPBodyElement object represents the contents in - * a SOAPBody object. The SOAPFault interface - * is a SOAPBodyElement object that has been defined. + * A {@code SOAPBodyElement} object represents the contents in + * a {@code SOAPBody} object. The {@code SOAPFault} interface + * is a {@code SOAPBodyElement} object that has been defined. *

- * A new SOAPBodyElement object can be created and added - * to a SOAPBody object with the SOAPBody - * method addBodyElement. In the following line of code, - * sb is a SOAPBody object, and - * myName is a Name object. - *

+ * A new {@code SOAPBodyElement} object can be created and added
+ * to a {@code SOAPBody} object with the {@code SOAPBody}
+ * method {@code addBodyElement}. In the following line of code,
+ * {@code sb} is a {@code SOAPBody} object, and
+ * {@code myName} is a {@code Name} object.
+ * 
{@code
  *    SOAPBodyElement sbe = sb.addBodyElement(myName);
- * 
+ * }
* * @since 1.6 */