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

Commit 1788c01b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update supported version for annotation processors to Java 17" am:...

Merge "Update supported version for annotation processors to Java 17" am: 87ef0731 am: a8b2210b am: 51bd5b07 am: 94cf12f8 am: eb8bac3f

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



Change-Id: Ifcac3634c686bca7cf124d244b5be96649bb3ffc
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 71a4d82a eb8bac3f
Loading
Loading
Loading
Loading
+1 −1
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_11)
@SupportedSourceVersion(SourceVersion.RELEASE_17)
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
public class IndexableProcessor extends AbstractProcessor {