From 9e6e6ca0e66cbcd122e563b66dd6c61df093dce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevo=20Slavi=C4=87?= Date: Wed, 11 Jun 2014 17:13:30 +0200 Subject: [PATCH] Fixed javadoc text This patch contains a tiny javadoc text fix. --- .../src/main/shared/cascading/scheme/hadoop/TextDelimited.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cascading-hadoop/src/main/shared/cascading/scheme/hadoop/TextDelimited.java b/cascading-hadoop/src/main/shared/cascading/scheme/hadoop/TextDelimited.java index eff1cde7b1..752ccc6dc1 100644 --- a/cascading-hadoop/src/main/shared/cascading/scheme/hadoop/TextDelimited.java +++ b/cascading-hadoop/src/main/shared/cascading/scheme/hadoop/TextDelimited.java @@ -52,7 +52,7 @@ *

* It is assumed if sink/source {@code fields} is set to either {@link Fields#ALL} or {@link Fields#UNKNOWN} and * {@code skipHeader} or {@code hasHeader} is {@code true}, the field names will be retrieved from the header of the - * file and used during planning. The header will parsed with the same rules as the body of the file. + * file and used during planning. The header will be parsed with the same rules as the body of the file. *

* By default headers are not skipped. *