mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8258140: Update @jls tags in java.base for renamed/renumbered sections
Reviewed-by: psandoz
This commit is contained in:
parent
ce36aeaac3
commit
e9113517d4
4 changed files with 6 additions and 6 deletions
|
@ -405,7 +405,7 @@ public final class Method extends Executable {
|
|||
*
|
||||
* @jls 8.4.3 Method Modifiers
|
||||
* @jls 9.4 Method Declarations
|
||||
* @jls 9.6.1 Annotation Type Elements
|
||||
* @jls 9.6.1 Annotation Interface Elements
|
||||
*/
|
||||
public String toString() {
|
||||
return sharedToString(Modifier.methodModifiers(),
|
||||
|
@ -475,7 +475,7 @@ public final class Method extends Executable {
|
|||
*
|
||||
* @jls 8.4.3 Method Modifiers
|
||||
* @jls 9.4 Method Declarations
|
||||
* @jls 9.6.1 Annotation Type Elements
|
||||
* @jls 9.6.1 Annotation Interface Elements
|
||||
*/
|
||||
@Override
|
||||
public String toGenericString() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue