-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
beta
-
x86
-
windows_nt
-
Verified
* @param key the key sequence
* @returns the action associated with the key
* sequence if one is defined, otherwise null
*/
public Action getAction(KeyStroke key);
It should be @return.
This causes the bold return statement in the javadoc not to show up.
* @returns the action associated with the key
* sequence if one is defined, otherwise null
*/
public Action getAction(KeyStroke key);
It should be @return.
This causes the bold return statement in the javadoc not to show up.