diff options
| author | 2010-11-30 19:53:42 -0800 | |
|---|---|---|
| committer | 2010-11-30 19:53:42 -0800 | |
| commit | 0ff18f7cd704370dcb9c979e14b6ac6fb88b29e2 (patch) | |
| tree | 1994624d29f6c85ca86f479372decdd3daf2d822 | |
| parent | 4c7cc83827458945fe7a1f4bd2bfe0629f0d30ae (diff) | |
| parent | 46a5ae6dd747d4169c7328df3c2a3c4c26f4bd26 (diff) | |
Merge "Fix documentation bug."
| -rw-r--r-- | core/java/android/view/KeyCharacterMap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/KeyCharacterMap.java b/core/java/android/view/KeyCharacterMap.java index d330cca9ce7b..97bd8dda615f 100644 --- a/core/java/android/view/KeyCharacterMap.java +++ b/core/java/android/view/KeyCharacterMap.java @@ -38,7 +38,7 @@ public class KeyCharacterMap { * might be a {@link #NUMERIC} or {@link #SPECIAL_FUNCTION} keyboard, or there * might be multiple keyboards installed including external keyboards. * When interpreting key presses received from the framework, applications should - * use the device id specified in the {@link #KeyEvent} received. + * use the device id specified in the {@link KeyEvent} received. * When synthesizing key presses for delivery elsewhere or when translating key presses * from unknown keyboards, applications should use the special {@link #VIRTUAL_KEYBOARD} * device id. |