--- old/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlSchemaTypes.java 2015-09-19 13:15:47.592854537 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlSchemaTypes.java 2015-09-19 13:15:47.448853823 +0300 @@ -41,7 +41,7 @@ *
  * @XmlSchemaTypes({ @XmlSchemaType(...), @XmlSchemaType(...) })
  * 
- *

The @XmlSchemaTypes annnotation can be used to + *

The {@code @XmlSchemaTypes} annnotation can be used to * define {@link XmlSchemaType} for different types at the * package level. *