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-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new c636364 Fix a javadoc issue.
new 1a9d844 Merge pull request #276 from valdar/fixJavadoc
c636364 is described below
commit c6363641f10149791475d9d23d440e18f1ec6021
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Wed Jun 17 00:03:28 2020 +0200
Fix a javadoc issue.
---
.../main/java/org/apache/camel/kafkaconnector/utils/SchemaHelper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/src/main/java/org/apache/camel/kafkaconnector/utils/SchemaHelper.java
b/core/src/main/java/org/apache/camel/kafkaconnector/utils/SchemaHelper.java
index 4caef83..5725920 100644
--- a/core/src/main/java/org/apache/camel/kafkaconnector/utils/SchemaHelper.java
+++ b/core/src/main/java/org/apache/camel/kafkaconnector/utils/SchemaHelper.java
@@ -36,7 +36,7 @@ public final class SchemaHelper {
/**
* Try to build a {@link SchemaBuilder} for a value of type {@link Object}
* However, this will only build the schema only for known types, in case
it can not return the precise SchemaBuilder type
- * it will return an optional {@link SchemaBuilder.BYTE}
+ * it will return an optional {@link SchemaBuilder.Type}
* @param value to return the SchemaBuilder for
*
* @return {@link SchemaBuilder} instance