mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8213817: @return has already been specified (4 occurrences, in AWT and Swing)
Reviewed-by: prr
This commit is contained in:
parent
1b012e213d
commit
0044b55629
12 changed files with 9 additions and 17 deletions
|
@ -226,7 +226,7 @@ public class JTextArea extends JTextComponent {
|
|||
/**
|
||||
* Returns the class ID for the UI.
|
||||
*
|
||||
* @return the ID ("TextAreaUI")
|
||||
* @return the string "TextAreaUI"
|
||||
* @see JComponent#getUIClassID
|
||||
* @see UIDefaults#getUI
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue