src/share/classes/javax/lang/model/type/ExecutableType.java

changeset 1647
578eb3dd111d
parent 1645
97f6839673d6
child 1651
972474640b7d
     1.1 --- a/src/share/classes/javax/lang/model/type/ExecutableType.java	Tue Mar 19 13:10:40 2013 -0700
     1.2 +++ b/src/share/classes/javax/lang/model/type/ExecutableType.java	Tue Mar 19 15:13:44 2013 -0700
     1.3 @@ -85,7 +85,7 @@
     1.4       *
     1.5       * An executable which is an instance method, or a constructor of an
     1.6       * inner class, has a receiver type derived from the {@linkplain
     1.7 -     * #getEnclosingElement declaring type}.
     1.8 +     * ExecutableElement#getEnclosingElement declaring type}.
     1.9       *
    1.10       * An executable which is a static method, or a constructor of a
    1.11       * non-inner class, or an initializer (static or instance), has no

mercurial