File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/java/android/service/textservice Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18463,7 +18463,7 @@ package android.service.textservice {
1846318463 field public static final java.lang.String SERVICE_INTERFACE = "android.service.textservice.SpellCheckerService";
1846418464 }
1846518465
18466- public abstract class SpellCheckerService.Session {
18466+ public static abstract class SpellCheckerService.Session {
1846718467 ctor public SpellCheckerService.Session();
1846818468 method public android.os.Bundle getBundle();
1846918469 method public java.lang.String getLocale();
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public final IBinder onBind(final Intent intent) {
6666 /**
6767 * This abstract class should be overridden by a concrete implementation of a spell checker.
6868 */
69- public abstract class Session {
69+ public static abstract class Session {
7070 private InternalISpellCheckerSession mInternalSession ;
7171
7272 /**
You can’t perform that action at this time.
0 commit comments