jdk/src/share/classes/java/awt/event/InputMethodEvent.java
changeset 22254 8550495a4d78
parent 16734 da1901d79073
child 25133 a327a33a1e0a
--- a/jdk/src/share/classes/java/awt/event/InputMethodEvent.java	Wed Jul 05 19:26:54 2017 +0200
+++ b/jdk/src/share/classes/java/awt/event/InputMethodEvent.java	Thu Jan 09 14:15:01 2014 -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;