Updated Branches:
  refs/heads/camel-2.12.x 3cf431ad6 -> b8f62d128

CAMEL-7098: Polished the comment.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b8f62d12
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b8f62d12
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b8f62d12

Branch: refs/heads/camel-2.12.x
Commit: b8f62d12850df6d966931813e827b0d5782a15b5
Parents: 3cf431a
Author: Babak Vahdat <bvah...@apache.org>
Authored: Fri Dec 27 08:41:59 2013 +0100
Committer: Babak Vahdat <bvah...@apache.org>
Committed: Fri Dec 27 08:42:52 2013 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/camel/dataformat/csv/CsvDataFormat.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b8f62d12/components/camel-csv/src/main/java/org/apache/camel/dataformat/csv/CsvDataFormat.java
----------------------------------------------------------------------
diff --git 
a/components/camel-csv/src/main/java/org/apache/camel/dataformat/csv/CsvDataFormat.java
 
b/components/camel-csv/src/main/java/org/apache/camel/dataformat/csv/CsvDataFormat.java
index ae172db..0172116 100644
--- 
a/components/camel-csv/src/main/java/org/apache/camel/dataformat/csv/CsvDataFormat.java
+++ 
b/components/camel-csv/src/main/java/org/apache/camel/dataformat/csv/CsvDataFormat.java
@@ -129,7 +129,7 @@ public class CsvDataFormat implements DataFormat {
             }
             return list;
         } finally {
-            // close the stream as we've loaded all the data upfront
+            // close the iterator (which would close the stream) as we've 
loaded all the data upfront
             IOHelper.close(iter);
         }
     }

Reply via email to