mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8000208: fix langtools javadoc comment issues
Reviewed-by: bpatel, mcimadamore
This commit is contained in:
parent
36c3915257
commit
b155b54a5e
63 changed files with 190 additions and 196 deletions
|
@ -844,7 +844,7 @@ public class ClassDocImpl extends ProgramElementDocImpl implements ClassDoc {
|
|||
* Note that this is not necessarily what the compiler would do!
|
||||
*
|
||||
* @param methodName the unqualified name to search for.
|
||||
* @param paramTypeArray the array of Strings for method parameter types.
|
||||
* @param paramTypes the array of Strings for method parameter types.
|
||||
* @return the first MethodDocImpl which matches, null if not found.
|
||||
*/
|
||||
public MethodDocImpl findMethod(String methodName, String[] paramTypes) {
|
||||
|
@ -971,7 +971,7 @@ public class ClassDocImpl extends ProgramElementDocImpl implements ClassDoc {
|
|||
* Find constructor in this class.
|
||||
*
|
||||
* @param constrName the unqualified name to search for.
|
||||
* @param paramTypeArray the array of Strings for constructor parameters.
|
||||
* @param paramTypes the array of Strings for constructor parameters.
|
||||
* @return the first ConstructorDocImpl which matches, null if not found.
|
||||
*/
|
||||
public ConstructorDoc findConstructor(String constrName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue