This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.18.x by this push:
new 39e9b7bdcf3 CAMEL-18624: camel-jbang - Should load custom type
converters when adding new JARs
39e9b7bdcf3 is described below
commit 39e9b7bdcf33097ed49c69262ebcc8a8d0a29ed3
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Oct 20 11:03:59 2022 +0200
CAMEL-18624: camel-jbang - Should load custom type converters when adding
new JARs
---
.../java/org/apache/camel/main/download/ArtifactDownloadListener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/ArtifactDownloadListener.java
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/ArtifactDownloadListener.java
index 619bccbc0b2..290fe4fd065 100644
---
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/ArtifactDownloadListener.java
+++
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/ArtifactDownloadListener.java
@@ -27,7 +27,7 @@ public interface ArtifactDownloadListener {
/**
* After the artifact has been downloaded
*
- * @param file the downloaded artifact as a file
+ * @param file the downloaded artifact as a file
*/
void onDownloadedFile(File file);