--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding.java 2015-10-21 14:11:22.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/BIGlobalBinding.java 2015-10-21 14:11:21.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2012, 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 @@ -71,7 +71,7 @@ /** - * Gets the name converter that will govern the XML->Java + * Gets the name converter that will govern the {@code XML -> Java} * name conversion process for this compilation. * *

@@ -258,14 +258,14 @@ private BISerializable serializable = null; /** - * If <xjc:superClass> extension is specified, + * If {@code } extension is specified, * returns the specified root class. Otherwise null. */ @XmlElement(namespace=Const.XJC_EXTENSION_URI) ClassNameBean superClass = null; /** - * If <xjc:superInterface> extension is specified, + * If {@code } extension is specified, * returns the specified root class. Otherwise null. */ @XmlElement(namespace=Const.XJC_EXTENSION_URI) @@ -488,7 +488,7 @@ } /** - * Global <jaxb:javaType>. + * Global {@code }. */ static final class GlobalStandardConversion extends BIConversion.User { @XmlAttribute @@ -512,7 +512,7 @@ } /** - * Global <xjc:javaType>. + * Global {@code }. */ static final class GlobalVendorConversion extends BIConversion.UserAdapter { @XmlAttribute