This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jci.git

commit 1e3a1a7767d3528c033b53c91581ac2225263439
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jul 9 14:25:53 2024 -0400

    Add @Override
---
 .../apache/commons/jci2/examples/commandline/CommandlineCompiler.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/examples/src/main/java/org/apache/commons/jci2/examples/commandline/CommandlineCompiler.java
 
b/examples/src/main/java/org/apache/commons/jci2/examples/commandline/CommandlineCompiler.java
index 4190af8..6ef2025 100644
--- 
a/examples/src/main/java/org/apache/commons/jci2/examples/commandline/CommandlineCompiler.java
+++ 
b/examples/src/main/java/org/apache/commons/jci2/examples/commandline/CommandlineCompiler.java
@@ -145,6 +145,8 @@ public final class CommandlineCompiler {
         compiler.setCompilationProblemHandler(new CompilationProblemHandler() {
             int errors = 0;
             int warnings = 0;
+
+            @Override
             public boolean handle(final CompilationProblem pProblem) {
 
                 if (pProblem.isError()) {

Reply via email to