< prev index next >
src/java.desktop/share/classes/javax/swing/text/Keymap.java
Print this page
@@ -69,11 +69,11 @@
* binding is not resolved locally, an attempt is made
* to resolve through the parent keymap, if one is set.
*
* @param key the key sequence
* @return the action associated with the key
- * sequence if one is defined, otherwise <code>null</code>
+ * sequence if one is defined, otherwise {@code null}
*/
public Action getAction(KeyStroke key);
/**
* Fetches all of the keystrokes in this map that
< prev index next >