--- old/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/util/DomAnnotationParserFactory.java 2015-10-21 14:11:58.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/util/DomAnnotationParserFactory.java 2015-10-21 14:11:58.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -47,12 +47,12 @@ * *

* If you use this parser factory, you'll get {@link Element} that represents - * <xs:annotation> from {@link XSAnnotation#getAnnotation()}. + * {@code } from {@link XSAnnotation#getAnnotation()}. * *

- * When multiple <xs:annotation>s are found for the given schema component, - * you'll see all <xs:appinfo>s and <xs:documentation>s combined under - * one <xs:annotation> element. + * When multiple {@code s} are found for the given schema component, + * you'll see all {@code s} and {@code s} combined under + * one {@code } element. * * @author Kohsuke Kawaguchi */