This is an automated email from the ASF dual-hosted git repository.
apupier 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 a55cfb8866d7 Remove misleading comment
a55cfb8866d7 is described below
commit a55cfb8866d77bae16ebda71aa238405902d6cca
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Dec 9 14:50:41 2025 +0100
Remove misleading comment
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../org/apache/camel/dsl/jbang/core/commands/plugin/PluginCommand.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/plugin/PluginCommand.java
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/plugin/PluginCommand.java
index dd8c7451fdcc..4de9c444cfc4 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/plugin/PluginCommand.java
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/plugin/PluginCommand.java
@@ -29,7 +29,6 @@ public class PluginCommand extends PluginBaseCommand {
@Override
public Integer doCall() throws Exception {
- // defaults to list integrations deployed on Kubernetes
new CommandLine(new PluginGet(getMain())).execute();
return 0;
}