--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/annotation/XmlAttribute.java 2015-09-19 13:15:26.440749649 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/annotation/XmlAttribute.java 2015-09-19 13:15:26.288748896 +0300 @@ -37,12 +37,12 @@ * Specifies that the invocation of the method will produce an attribute. * *

- * The method signature has to match the form R foo(DT1,DT2,..) + * The method signature has to match the form {@code R foo(DT1,DT2,..)} * *

- * R is either void or the type to which the interface that declares + * R is either {@code void} or the type to which the interface that declares * this method is assignable. In the case of the latter, the method will return - * this object, allowing you to chain the multiple attribute method + * {@code this} object, allowing you to chain the multiple attribute method * invocations like {@link StringBuffer}. * *