Repository: camel Updated Branches: refs/heads/camel-2.19.x 252c74f7c -> a91a681d2
CAMEL: Fixed a javadoc warning in camel-bindy Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a91a681d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a91a681d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a91a681d Branch: refs/heads/camel-2.19.x Commit: a91a681d21a86c58626ef050828f3baafcf4a334 Parents: 252c74f Author: aldettinger <aldettin...@gmail.com> Authored: Thu Oct 12 15:18:02 2017 +0200 Committer: aldettinger <aldettin...@gmail.com> Committed: Thu Oct 12 16:34:20 2017 +0200 ---------------------------------------------------------------------- .../camel/dataformat/bindy/BindyFixedLengthFactory.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a91a681d/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java ---------------------------------------------------------------------- diff --git a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java index 1a0b523..99b3670 100644 --- a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java +++ b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java @@ -595,8 +595,10 @@ public class BindyFixedLengthFactory extends BindyAbstractFactory implements Bin } /** + * Gets the type of the header record. * - * @return + * @return The type of the header record if any, otherwise + * <code>void.class</code>. */ public Class<?> header() { return header; @@ -610,8 +612,10 @@ public class BindyFixedLengthFactory extends BindyAbstractFactory implements Bin } /** + * Gets the type of the footer record. * - * @return + * @return The type of the footer record if any, otherwise + * <code>void.class</code>. */ public Class<?> footer() { return footer;