--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/CEnumLeafInfo.java 2015-10-16 12:59:15.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/CEnumLeafInfo.java 2015-10-16 12:59: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 @@ -53,8 +53,7 @@ * The structure of the generated class needs to precisely * follow the JAXB spec. * - * @author - * Kohsuke KAWAGUCHI + * @author Kohsuke KAWAGUCHI */ public final class CEnumLeafInfo implements EnumLeafInfo, NClass, CNonElement { @@ -83,7 +82,7 @@ * *

* To parse XML into a constant, we use the base type - * to do lexical -> value, then use a map to pick up the right one. + * to do {@code lexical -> value}, then use a map to pick up the right one. * *

* Hence this also represents the type of the Java value.