diff -r 2ab47c4cd618 -r cad51b6eb7a6 src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java --- a/src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java Mon Jan 31 19:06:32 2011 -0800 +++ b/src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java Tue Feb 01 10:11:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2011, 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 @@ -36,8 +36,8 @@ /** * A simple visitor for annotation values with default behavior * appropriate for the {@link SourceVersion#RELEASE_7 RELEASE_7} - * source version. Visit methods call {@link - * #defaultAction} passing their arguments to {@code defaultAction}'s + * source version. Visit methods call {@link #defaultAction + * defaultAction} passing their arguments to {@code defaultAction}'s * corresponding parameters. * *

Methods in this class may be overridden subject to their