Repository: camel Updated Branches: refs/heads/camel-2.20.x 27fd53285 -> 0be79c6ed
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/0be79c6e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0be79c6e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0be79c6e Branch: refs/heads/camel-2.20.x Commit: 0be79c6ed1aff216d0bbbe1d4db02b57540187cd Parents: 27fd532 Author: aldettinger <aldettin...@gmail.com> Authored: Thu Oct 12 15:18:02 2017 +0200 Committer: aldettinger <aldettin...@gmail.com> Committed: Thu Oct 12 16:03:35 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/0be79c6e/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;