--- old/src/java.xml.ws/share/classes/javax/xml/soap/SOAPFaultElement.java 2015-07-08 13:25:15.000000000 +0200 +++ new/src/java.xml.ws/share/classes/javax/xml/soap/SOAPFaultElement.java 2015-07-08 13:25:15.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 @@ -27,11 +27,11 @@ /** * A representation of the contents in - * a SOAPFault object. The Detail interface - * is a SOAPFaultElement. + * a {@code SOAPFault} object. The {@code Detail} interface + * is a {@code SOAPFaultElement}. *

- * Content is added to a SOAPFaultElement using the - * SOAPElement method addTextNode. + * Content is added to a {@code SOAPFaultElement} using the + * {@code SOAPElement} method {@code addTextNode}. * * @since 1.6 */