--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/ElementPropertyInfo.java 2015-09-19 13:15:12.864682329 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/ElementPropertyInfo.java 2015-09-19 13:15:12.728681655 +0300 @@ -56,9 +56,9 @@ * @XmlElements({ * @XmlElement(name="a",type=String.class), * @XmlElement(name="b",type=Integer.class), - * }) - * List<Object> abc; - * + * }) {@code + * List abc; + * } *

* In this case this method returns a list of two {@link TypeRef}s. * @@ -107,7 +107,7 @@ * If {@link #isCollection()}==false, this property is always false. * *

- * When this flag is true, getTypes().size()==1 always holds. + * When this flag is true, {@code getTypes().size()==1} always holds. */ boolean isValueList();