--- old/src/java.xml.bind/share/classes/javax/xml/bind/JAXBIntrospector.java 2015-09-19 13:15:32.948781921 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/JAXBIntrospector.java 2015-09-19 13:15:32.808781227 +0300 @@ -74,7 +74,7 @@ * *

Convenience method to abstract whether working with either * a javax.xml.bind.JAXBElement instance or an instance of - * @XmlRootElement annotated Java class.

+ * {@code @XmlRootElement} annotated Java class.

* * @param jaxbElement object that #isElement(Object) returns true. *