This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 245c5cf5c18 CAMEL-18624: camel-jbang - Should load custom type
converters when adding new JARs
245c5cf5c18 is described below
commit 245c5cf5c1802f65f14eedb2610b5926e9d499e3
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Oct 20 11:04:32 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);