--- old/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/MTOMDecorator.java 2015-09-19 13:15:21.412724717 +0300 +++ new/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/MTOMDecorator.java 2015-09-19 13:15:21.272724023 +0300 @@ -58,9 +58,9 @@ * UGLY HACK: we need to ignore the whitespace that follows * the attached base64 image. * - * This happens twice; once before </xop:Include>, another - * after </xop:Include>. The spec guarantees that - * no valid pcdata can follow </xop:Include>. + * This happens twice; once before {@code }, another + * after {@code }. The spec guarantees that + * no valid pcdata can follow {@code }. */ private boolean followXop;