jdk/src/share/classes/javax/swing/text/JTextComponent.java
changeset 24528 21c5bb3d76cc
parent 24158 6afb40c4e9f8
child 25193 187a455af8f8
--- a/jdk/src/share/classes/javax/swing/text/JTextComponent.java	Mon Apr 21 23:39:30 2014 -0700
+++ b/jdk/src/share/classes/javax/swing/text/JTextComponent.java	Tue Apr 22 17:55:25 2014 -0700
@@ -4473,6 +4473,7 @@
     // composed(uncommitted) text is done here after all input
     // method listeners get called for stealing the events.
     //
+    @SuppressWarnings("fallthrough")
     protected void processInputMethodEvent(InputMethodEvent e) {
         // let listeners handle the events
         super.processInputMethodEvent(e);