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()) {