--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIInterface.java 2015-10-22 23:50:49.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/BIInterface.java 2015-10-22 23:50:49.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 @@ -31,7 +31,7 @@ import org.xml.sax.Locator; /** - * <interface> declaration in the binding file. + * {@code } declaration in the binding file. */ public final class BIInterface { @@ -47,7 +47,7 @@ fields = new String[0]; } - /** <interface> element in the binding file. */ + /** {@code } element in the binding file. */ private final Element dom; /** Name of the generated Java interface. */