8181401: Error in Javadoc for JTabbedPane getAccessibleName()

Reviewed-by: serb, ssadetsky
This commit is contained in:
Prasanta Sadhukhan 2017-06-06 11:11:12 +05:30
parent d5fb09f608
commit 8f06089168

View File

@ -1900,7 +1900,7 @@ public class JTabbedPane extends JComponent
* Returns the accessible name of this object, or {@code null} if
* there is no accessible name.
*
* @return the accessible name of this object, nor {@code null}.
* @return the accessible name of this object, or {@code null}.
* @since 1.6
*/
public String getAccessibleName() {