Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98e0d418 authored by Sorin Basca's avatar Sorin Basca Committed by Automerger Merge Worker
Browse files

Merge "Update supported version for IndexableProcessor to Java 11" am:...

Merge "Update supported version for IndexableProcessor to Java 11" am: acc5373d am: dd84d6c4 am: ced8f8d7 am: fe76b660

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2110705



Change-Id: Ib701df67f10cbb222bc0e4d7679f5ac45b2acb51
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 59b14846 fe76b660
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ import javax.tools.Diagnostic.Kind;
 * Annotation processor for {@link SearchIndexable} that generates {@link SearchIndexableResources}
 * subclasses.
 */
@SupportedSourceVersion(SourceVersion.RELEASE_9)
@SupportedSourceVersion(SourceVersion.RELEASE_11)
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
public class IndexableProcessor extends AbstractProcessor {