src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java

changeset 851
cad51b6eb7a6
parent 575
9a7c998bf2fc
child 1054
111bbf1ad913
     1.1 --- a/src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java	Mon Jan 31 19:06:32 2011 -0800
     1.2 +++ b/src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java	Tue Feb 01 10:11:05 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -36,8 +36,8 @@
    1.11  /**
    1.12   * A simple visitor for annotation values with default behavior
    1.13   * appropriate for the {@link SourceVersion#RELEASE_7 RELEASE_7}
    1.14 - * source version.  Visit methods call {@link
    1.15 - * #defaultAction} passing their arguments to {@code defaultAction}'s
    1.16 + * source version.  Visit methods call {@link #defaultAction
    1.17 + * defaultAction} passing their arguments to {@code defaultAction}'s
    1.18   * corresponding parameters.
    1.19   *
    1.20   * <p> Methods in this class may be overridden subject to their

mercurial