src/share/classes/com/sun/tools/javadoc/ClassDocImpl.java

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/javadoc/ClassDocImpl.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javadoc/ClassDocImpl.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -844,7 +844,7 @@
     1.4       * Note that this is not necessarily what the compiler would do!
     1.5       *
     1.6       * @param methodName the unqualified name to search for.
     1.7 -     * @param paramTypeArray the array of Strings for method parameter types.
     1.8 +     * @param paramTypes the array of Strings for method parameter types.
     1.9       * @return the first MethodDocImpl which matches, null if not found.
    1.10       */
    1.11      public MethodDocImpl findMethod(String methodName, String[] paramTypes) {
    1.12 @@ -971,7 +971,7 @@
    1.13       * Find constructor in this class.
    1.14       *
    1.15       * @param constrName the unqualified name to search for.
    1.16 -     * @param paramTypeArray the array of Strings for constructor parameters.
    1.17 +     * @param paramTypes the array of Strings for constructor parameters.
    1.18       * @return the first ConstructorDocImpl which matches, null if not found.
    1.19       */
    1.20      public ConstructorDoc findConstructor(String constrName,

mercurial