From b97f147ae33fc581b0ec19b90053b5257b028914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevo=20Slavi=C4=87?= Date: Wed, 11 Jun 2014 17:10:50 +0200 Subject: [PATCH] Fixed javadoc text This patch contains a tiny javadoc text fix. --- .../src/main/java/cascading/scheme/local/TextDelimited.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cascading-local/src/main/java/cascading/scheme/local/TextDelimited.java b/cascading-local/src/main/java/cascading/scheme/local/TextDelimited.java index 56286cd537..329c812746 100644 --- a/cascading-local/src/main/java/cascading/scheme/local/TextDelimited.java +++ b/cascading-local/src/main/java/cascading/scheme/local/TextDelimited.java @@ -56,7 +56,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. *