--- old/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlElementDecl.java 2015-09-19 13:15:41.112822404 +0300 +++ new/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlElementDecl.java 2015-09-19 13:15:40.968821690 +0300 @@ -170,19 +170,19 @@ * namespace name of a substitution group's head XML element. *

* This specifies the namespace name of the XML element whose local - * name is specified by substitutionHeadName(). + * name is specified by {@code substitutionHeadName()}. *

- * If susbtitutionHeadName() is "", then this + * If {@code susbtitutionHeadName()} is "", then this * value can only be "##default". But the value is ignored since * since this element is not part of susbtitution group when the - * value of susbstitutionHeadName() is "". + * value of {@code susbstitutionHeadName()} is "". *

- * If susbtitutionHeadName() is not "" and the value is + * If {@code susbtitutionHeadName()} is not "" and the value is * "##default", then the namespace name is the namespace name to * which the package of the containing class, marked with {@link * XmlRegistry }, is mapped. *

- * If susbtitutionHeadName() is not "" and the value is + * If {@code susbtitutionHeadName()} is not "" and the value is * not "##default", then the value is the namespace name. * * @see #substitutionHeadName()