-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b06
-
generic
-
generic
In many places, the "java.desktop" module has such specifications for methods returned boolean:
* @return if the event has been consumed
That should be updated to something like this:
* @return {@code true} if the event has been consumed, otherwise
* {@code false}
* @return if the event has been consumed
That should be updated to something like this:
* @return {@code true} if the event has been consumed, otherwise
* {@code false}