src/share/classes/java/awt/event/InputMethodEvent.java

Print this page

        

@@ -275,10 +275,11 @@
         return text;
     }
 
     /**
      * Gets the number of committed characters in the text.
+     * @return the number of committed characters in the text
      */
     public int getCommittedCharacterCount() {
         return committedCharacterCount;
     }