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

changeset 972
694ff82ca68e
parent 554
9d9f26857129
child 1326
30c36e23f154
     1.1 --- a/src/share/classes/javax/lang/model/util/Elements.java	Tue Apr 12 20:58:06 2011 -0700
     1.2 +++ b/src/share/classes/javax/lang/model/util/Elements.java	Wed Apr 13 11:35:43 2011 -0700
     1.3 @@ -95,7 +95,7 @@
     1.4       * @param e  the element being examined
     1.5       * @return the documentation comment of the element, or {@code null}
     1.6       *          if there is none
     1.7 -     * @jls3 3.6 White Space
     1.8 +     * @jls 3.6 White Space
     1.9       */
    1.10      String getDocComment(Element e);
    1.11  
    1.12 @@ -114,7 +114,7 @@
    1.13       * @return the binary name
    1.14       *
    1.15       * @see TypeElement#getQualifiedName
    1.16 -     * @jls3 13.1 The Form of a Binary
    1.17 +     * @jls 13.1 The Form of a Binary
    1.18       */
    1.19      Name getBinaryName(TypeElement type);
    1.20  
    1.21 @@ -210,8 +210,8 @@
    1.22       * @param type   the type of which the first method is a member
    1.23       * @return {@code true} if and only if the first method overrides
    1.24       *          the second
    1.25 -     * @jls3 8.4.8 Inheritance, Overriding, and Hiding
    1.26 -     * @jls3 9.4.1 Inheritance and Overriding
    1.27 +     * @jls 8.4.8 Inheritance, Overriding, and Hiding
    1.28 +     * @jls 9.4.1 Inheritance and Overriding
    1.29       */
    1.30      boolean overrides(ExecutableElement overrider, ExecutableElement overridden,
    1.31                        TypeElement type);

mercurial