--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/DOMForest.java 2015-10-21 14:11:15.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/DOMForest.java 2015-10-21 14:11:15.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 @@ -30,6 +30,7 @@ import com.sun.tools.internal.xjc.ErrorReceiver; import com.sun.tools.internal.xjc.Options; import com.sun.tools.internal.xjc.reader.Const; +import com.sun.tools.internal.xjc.reader.xmlschema.parser.SchemaConstraintChecker; import com.sun.tools.internal.xjc.util.ErrorReceiverFilter; import com.sun.xml.internal.bind.marshaller.DataWriter; import com.sun.xml.internal.bind.v2.util.XmlFactory; @@ -83,7 +84,7 @@ * Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) */ public final class DOMForest { - /** actual data storage map<SystemId,Document>. */ + /** actual data storage {@code map}. */ private final Map core = new HashMap(); /** @@ -100,7 +101,7 @@ /** Stores location information for all the trees in this forest. */ public final LocatorTable locatorTable = new LocatorTable(); - /** Stores all the outer-most <jaxb:bindings> customizations. */ + /** Stores all the outer-most {@code } customizations. */ public final Set outerMostBindings = new HashSet(); /** Used to resolve references to other schema documents. */