--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/Document.java 2015-09-19 13:15:25.436744671 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/Document.java 2015-09-19 13:15:25.296743977 +0300 @@ -286,7 +286,7 @@ * by using {@link #activeNamespaces}. * * @return - * the buffer passed as the buf parameter. + * the buffer passed as the {@code buf} parameter. */ private StringBuilder fixPrefix(StringBuilder buf) { assert activeNamespaces!=null;