aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-02-10 19:22:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-02-10 19:22:37 +0000
commit9e7d0d1e161c77f54d1d2b97b0cb3efbdc948b1a (patch)
treeac603a09f873ff4a249f46fc27dc34f008c3ef9f
parent6ec86ae66f01abd71ad4d2878061540a73747b95 (diff)
parent076e3e4cb7fefb0189d51bddaa48dda4d3286312 (diff)
downloadjavaparser-9e7d0d1e161c77f54d1d2b97b0cb3efbdc948b1a.tar.gz
Demote UnicodeInCode error to warning am: 2686dc2a30 am: 076e3e4cb7
Original change: https://android-review.googlesource.com/c/platform/external/javaparser/+/1971863 Change-Id: If4160392358ea48e203eb3910b8a83c5c62d00a6
-rw-r--r--Android.bp3
-rw-r--r--OWNERS5
2 files changed, 3 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 13f7a8430..64dc07c91 100644
--- a/Android.bp
+++ b/Android.bp
@@ -81,4 +81,7 @@ java_library_host {
"javaparser",
"javassist",
],
+ errorprone: {
+ javacflags: ["-Xep:UnicodeInCode:WARN"]
+ }
}
diff --git a/OWNERS b/OWNERS
deleted file mode 100644
index e8739a935..000000000
--- a/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# Default owners are top 3 active developers of the past 1 or 2 years
-# or people with more than 10 commits last year.
-# Please update this list if you find better owner candidates.
-eugenesusla@google.com
-hhb@google.com