--- old/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/XSComponent.java 2015-09-19 13:16:38.581107374 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/XSComponent.java 2015-09-19 13:16:38.445106700 +0300 @@ -54,7 +54,7 @@ * false to make this method behavel like {@link #getAnnotation()}. * * @return - * null if createIfNotExist==false and annotation didn't exist. + * null if {@code createIfNotExist==false} and annotation didn't exist. * Otherwise non-null. */ XSAnnotation getAnnotation(boolean createIfNotExist);