diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-29 01:11:16 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-04-29 15:20:42 +0200 |
commit | 85602eaa98aefefdf023317db02f774a80bfeda4 (patch) | |
tree | b37ab08207a21848ca5eecce97d2d5f8e7492b12 /tools | |
parent | 07e77293b1e84fddfdc5edbb378021a93427c971 (diff) | |
download | jgit-85602eaa98aefefdf023317db02f774a80bfeda4.tar.gz jgit-85602eaa98aefefdf023317db02f774a80bfeda4.zip |
[errorprone] Fix pattern BadImport
See https://errorprone.info/bugpattern/BadImport
Change-Id: I24e5a7a4a64d8b3cf2cc3d394090ce90e849f9f9
Diffstat (limited to 'tools')
-rw-r--r-- | tools/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/BUILD b/tools/BUILD index 546ca34b1a..14e15795c7 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -62,7 +62,7 @@ java_package_configuration( "-Xep:AutoValueSubclassLeaked:WARN", "-Xep:BadAnnotationImplementation:ERROR", "-Xep:BadComparable:ERROR", - "-Xep:BadImport:WARN", + "-Xep:BadImport:ERROR", "-Xep:BadInstanceof:ERROR", "-Xep:BadShiftAmount:ERROR", "-Xep:BanSerializableRead:ERROR", |