< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DeprecatedAPIListBuilder.java

Print this page

        

@@ -190,11 +190,11 @@
     }
 
     /**
      * Return true if the list of a given type has size greater than 0.
      *
-     * @param type the type of list being checked.
+     * @param kind the type of list being checked.
      */
     public boolean hasDocumentation(DeprElementKind kind) {
         return !deprecatedMap.get(kind).isEmpty();
     }
 }
< prev index next >