This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new b2c88ea77f6 (chores) camel-main: use static inner class b2c88ea77f6 is described below commit b2c88ea77f668e9a81f54d1ed72c2192e714730a Author: Otavio R. Piske <angusyo...@gmail.com> AuthorDate: Sat Sep 23 17:33:33 2023 +0200 (chores) camel-main: use static inner class Signed-off-by: Otavio R. Piske <angusyo...@gmail.com> --- .../src/main/java/org/apache/camel/main/MainCommandLineSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-main/src/main/java/org/apache/camel/main/MainCommandLineSupport.java b/core/camel-main/src/main/java/org/apache/camel/main/MainCommandLineSupport.java index 839f1b6eefd..0504bcecf95 100644 --- a/core/camel-main/src/main/java/org/apache/camel/main/MainCommandLineSupport.java +++ b/core/camel-main/src/main/java/org/apache/camel/main/MainCommandLineSupport.java @@ -275,7 +275,7 @@ public abstract class MainCommandLineSupport extends MainSupport { System.out.println(); } - public abstract class Option { + public abstract static class Option { private final String abbreviation; private final String fullName; private final String description;