--- old/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/package-info.java 2015-10-16 12:58:51.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/package-info.java 2015-10-16 12:58:51.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 @@ * then writing it out as text files that is Java source files. * The AST looks like this: * - * {@DotDiagram + * {@code DotDiagram digraph G { cls1 [label="JDefinedClass"]; cls2 [label="JDefinedClass"]; @@ -107,7 +107,7 @@ * pre-encoding tokens (like 'public') to the target encoding, * and consider exploting the subtree equivalence. * - * @ArchitectureDocument + * {@code ArchitectureDocument} */ package com.sun.codemodel.internal;