commit | c78986c44d6dbe40be32ca943b9e19e5afc69bd6 | [log] [tgz] |
---|---|---|
author | cushon <cushon@google.com> | Tue Oct 20 14:19:07 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 20 14:20:15 2020 -0700 |
tree | 3779d2193fb2702f12c9a0b1f0a2030fc853d085 | |
parent | 56f506c09facdac840db5b94821e9d507926440a [diff] |
Automatic code cleanup. PiperOrigin-RevId: 338136571
diff --git a/third_party/ijar/test/IjarTests.java b/third_party/ijar/test/IjarTests.java index aeafdcf..c81311b 100644 --- a/third_party/ijar/test/IjarTests.java +++ b/third_party/ijar/test/IjarTests.java
@@ -156,7 +156,7 @@ public boolean process( Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { roundEnv.getElementsAnnotatedWith(java.lang.Override.class); - return true; + return false; } })); if (!task.call()) {