--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConstructor.java 2015-10-22 23:50:46.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIConstructor.java 2015-10-22 23:50:46.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 @@ -35,7 +35,7 @@ import org.xml.sax.Locator; /** - * <constructor> declaration in the binding file. + * {@code } declaration in the binding file. * *

* Since JAXB will generate both interfaces and implementations, @@ -64,7 +64,7 @@ throw new AssertionError("this error should be catched by the validator"); } - /** <constructor> element in the source binding file. */ + /** {@code } element in the source binding file. */ private final Element dom; /** properties specified by @properties. */