You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/29 09:36:58 UTC

[camel] 10/10: CAMEL-10324 - A bit better javadoc for the CBOR options

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2db03cf0c0ba202ed0dcb8a272b36dc1ed45ff72
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 29 11:27:47 2019 +0200

    CAMEL-10324 - A bit better javadoc for the CBOR options
---
 .../main/java/org/apache/camel/model/dataformat/CBORDataFormat.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-core/src/main/java/org/apache/camel/model/dataformat/CBORDataFormat.java b/core/camel-core/src/main/java/org/apache/camel/model/dataformat/CBORDataFormat.java
index 9119295..8a5a82e 100644
--- a/core/camel-core/src/main/java/org/apache/camel/model/dataformat/CBORDataFormat.java
+++ b/core/camel-core/src/main/java/org/apache/camel/model/dataformat/CBORDataFormat.java
@@ -137,8 +137,8 @@ public class CBORDataFormat extends DataFormatDefinition {
     }
 
     /**
-     * If enabled then Jackson is allowed to attempt to use the
-     * CamelJacksonUnmarshalType header during the unmarshalling.
+     * If enabled then Jackson CBOR is allowed to attempt to use the
+     * CamelCBORUnmarshalType header during the unmarshalling.
      * <p/>
      * This should only be enabled when desired to be used.
      */