fixed javadoc typo

This commit is contained in:
Diego Waxemberg
2013-12-29 13:16:19 -05:00
parent fdc2288d1e
commit 3fbaaca9eb
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ public class KeyboardTranslator extends KeycodeTranslator {
/**
* Translates the given keycode and returns the GFE keycode
* @param keycode the code to be translated
* @returns a GFE keycode for the given keycode
* @return a GFE keycode for the given keycode
*/
@Override
public short translate(int keycode) {