Browse Source

KeyInputEvent javadoc corrected

kkolyan 5 years ago
parent
commit
72b751c1d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jme3-core/src/main/java/com/jme3/input/event/KeyInputEvent.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/input/event/KeyInputEvent.java

@@ -82,7 +82,7 @@ public class KeyInputEvent extends InputEvent {
     }
 
     /**
-     * Returns true if this event is a repeat event. Not used anymore.
+     * Returns true if this event is a repeat event.
      * 
      * @return true if this event is a repeat event
      */