--- old/src/share/classes/java/awt/event/InputMethodEvent.java 2013-12-26 16:15:38.000000000 -0800 +++ new/src/share/classes/java/awt/event/InputMethodEvent.java 2013-12-26 16:15:38.000000000 -0800 @@ -277,6 +277,7 @@ /** * Gets the number of committed characters in the text. + * @return the number of committed characters in the text */ public int getCommittedCharacterCount() { return committedCharacterCount;