Author: smarthi
Date: Sat Jul 6 18:53:37 2013
New Revision: 1500310
URL: http://svn.apache.org/r1500310
Log:
MAHOUT-833: removed code comment.
Modified:
mahout/trunk/core/src/main/java/org/apache/mahout/common/iterator/FileLineIterable.java
Modified:
mahout/trunk/core/src/main/java/org/apache/mahout/common/iterator/FileLineIterable.java
URL:
http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/common/iterator/FileLineIterable.java?rev=1500310&r1=1500309&r2=1500310&view=diff
==============================================================================
---
mahout/trunk/core/src/main/java/org/apache/mahout/common/iterator/FileLineIterable.java
(original)
+++
mahout/trunk/core/src/main/java/org/apache/mahout/common/iterator/FileLineIterable.java
Sat Jul 6 18:53:37 2013
@@ -29,8 +29,6 @@ import com.google.common.base.Charsets;
* Iterable representing the lines of a text file. It can produce an {@link
Iterator} over those lines. This
* assumes the text file's lines are delimited in a manner consistent with how
{@link java.io.BufferedReader}
* defines lines.
- *
- * This class will uncompress files that end in .zip or .gz accordingly, too.
*
*/
public final class FileLineIterable implements Iterable<String> {