-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17, 21, 22
-
Component/s: client-libs
-
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}