Skip to content

Commit

Permalink
Remove broken Javadoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed May 30, 2023
1 parent 300c6b6 commit f77f4b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public String getMethodName() {
* via a constructor or deduced from a {@code Method} or parameter types supplied
* via a constructor; never {@code null} but potentially an empty string
* @since 1.0
* @see #getParameterTypes()
* @deprecated since 1.10 in favor of {@link #getParameterTypeNames()}
*/
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* {@code [Ljava.lang.String;} for {@code java.lang.String[]}, etc.) or
* <em>source code syntax</em> (e.g., {@code int[][]}, {@code java.lang.String[]},
* etc.).
* <p>
*
* <table class="plain">
* <caption>Examples</caption>
* <tr><th>Method</th><th>Parameter types list</th></tr>
Expand Down

0 comments on commit f77f4b6

Please sign in to comment.