Fix unnecessarily non-static inner class to static inner

Change-Id: I0c8efda6ef0bede6b5871cd651f42db82dbfbd39
This commit is contained in:
Tadashi G. Takaoka
2014-08-05 15:29:17 +09:00
parent 363c4efa51
commit 8c6d477d30

View 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;