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 174f902cb8af Fix SnakeYamlDataFormat formatting
174f902cb8af is described below
commit 174f902cb8afbf9f649fc2b112aaff5958313819
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Aug 25 16:39:52 2026 +0200
Fix SnakeYamlDataFormat formatting
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../java/org/apache/camel/component/snakeyaml/SnakeYAMLDataFormat.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/components/camel-snakeyaml/src/main/java/org/apache/camel/component/snakeyaml/SnakeYAMLDataFormat.java
b/components/camel-snakeyaml/src/main/java/org/apache/camel/component/snakeyaml/SnakeYAMLDataFormat.java
index f06b449b8403..7957afe3e882 100644
---
a/components/camel-snakeyaml/src/main/java/org/apache/camel/component/snakeyaml/SnakeYAMLDataFormat.java
+++
b/components/camel-snakeyaml/src/main/java/org/apache/camel/component/snakeyaml/SnakeYAMLDataFormat.java
@@ -43,7 +43,8 @@ import org.yaml.snakeyaml.representer.Representer;
import org.yaml.snakeyaml.resolver.Resolver;
/**
- * Marshal and unmarshal Java objects to and from YAML using <a
href="https://bitbucket.org/snakeyaml/snakeyaml">SnakeYAML</a>
+ * Marshal and unmarshal Java objects to and from YAML using
+ * <a href="https://bitbucket.org/snakeyaml/snakeyaml">SnakeYAML</a>
*/
@Dataformat("snakeYaml")
public final class SnakeYAMLDataFormat extends ServiceSupport implements
DataFormat, DataFormatName, CamelContextAware {