Repository: camel Updated Branches: refs/heads/master a5fcccf94 -> 9241cd211
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/9241cd21 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9241cd21 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9241cd21 Branch: refs/heads/master Commit: 9241cd21189eccbe929f6fc51773cf854f0a1a10 Parents: a5fcccf Author: aldettinger <aldettin...@gmail.com> Authored: Thu Oct 12 15:18:02 2017 +0200 Committer: aldettinger <aldettin...@gmail.com> Committed: Thu Oct 12 15:19:34 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/9241cd21/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 78c9ed6..5a616ec 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 @@ -623,8 +623,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; @@ -638,8 +640,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;