--- old/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/XSElementDecl.java 2015-09-19 13:16:39.073109814 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/XSElementDecl.java 2015-09-19 13:16:38.933109120 +0300 @@ -132,7 +132,7 @@ * by the given declaration. * *

- * Just a short cut of getSubstitutables().contain(e); + * Just a short cut of {@code getSubstitutables().contain(e);} */ boolean canBeSubstitutedBy(XSElementDecl e);