--- old/src/share/classes/java/awt/event/InputMethodEvent.java 2013-12-19 21:48:48.000000000 -0800 +++ new/src/share/classes/java/awt/event/InputMethodEvent.java 2013-12-19 21:48:48.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;