8156212: Typo in javadoc of java.awt.Taskbar, setIconBadge spec

Reviewed-by: alexsch, ssadetsky
This commit is contained in:
Alexander Zvegintsev 2016-07-05 19:40:26 +03:00
parent 6132b8f774
commit aa157d7826

View File

@ -356,7 +356,7 @@ public class Taskbar {
*
* Some platforms do not support string values and accept only integer
* values. In this case, pass an integer represented as a string as parameter.
* This can be tested by {@code Feature.ICON_BADGE_STRING} and
* This can be tested by {@code Feature.ICON_BADGE_TEXT} and
* {@code Feature.ICON_BADGE_NUMBER}.
*
* Passing {@code null} as parameter hides the badge.