--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/XMLSerializer.java 2015-09-19 13:15:19.372714601 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/XMLSerializer.java 2015-09-19 13:15:19.232713907 +0300 @@ -378,7 +378,7 @@ * c.endElement(); * * - * will generate <foo>abc def<bar/>ghi</foo>. + * will generate {@code abc defghi}. */ public void text( String text, String fieldName ) throws SAXException, IOException, XMLStreamException { // If the assertion fails, it must be a bug of xjc. @@ -492,7 +492,7 @@ * When a cycle is found, this method tries to recover from it. * * @return - * the object that should be marshalled instead of the given obj, + * the object that should be marshalled instead of the given {@code obj}, * or null if the error is found and we need to avoid marshalling this object * to prevent infinite recursion. When this method returns null, the error * has already been reported.