--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/JavaCompiler.java 2015-09-19 13:16:28.093055367 +0300 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/JavaCompiler.java 2015-09-19 13:16:27.953054672 +0300 @@ -59,10 +59,10 @@ * @param additionalElementDecls * Add element declarations for the specified element names to * the XML types mapped from the corresponding {@link Reference}s. - * Those {@link Reference}s must be included in the rootTypes parameter. + * Those {@link Reference}s must be included in the {@code rootTypes} parameter. * In this map, a {@link Reference} can be null, in which case the element name is * declared to have an empty complex type. - * (<xs:element name='foo'><xs:complexType/></xs:element>) + * ({@code }) * This parameter can be null, in which case the method behaves as if the empty map is given. * * @param defaultNamespaceRemap