OSDN Git Service

Fix unnecessarily non-static inner class to static inner
authorTadashi G. Takaoka <takaoka@google.com>
Tue, 5 Aug 2014 06:29:17 +0000 (15:29 +0900)
committerTadashi G. Takaoka <takaoka@google.com>
Tue, 5 Aug 2014 07:31:22 +0000 (07:31 +0000)
Change-Id: I0c8efda6ef0bede6b5871cd651f42db82dbfbd39

services/core/java/com/android/server/InputMethodManagerService.java

index 74ae812..4687e3f 100644 (file)
@@ -204,7 +204,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
     private boolean mNotificationShown;
     private final boolean mImeSelectedOnBoot;
 
-    class SessionState {
+    static class SessionState {
         final ClientState client;
         final IInputMethod method;