This is an automated email from the ASF dual-hosted git repository.
thw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-malhar.git
The following commit(s) were added to refs/heads/master by this push:
new cfe2458 APEXMALHAR-2500 Fix javadoc for FSInputModule
cfe2458 is described below
commit cfe2458c3ecfbcb7b2d2ecca25f66af3525703ea
Author: Florian Schmidt <[email protected]>
AuthorDate: Fri Jul 28 11:50:34 2017 -0700
APEXMALHAR-2500 Fix javadoc for FSInputModule
The javadoc stated that FSInputModule is an abstract class, which it is
not. This commit fixes the JavaDoc
---
library/src/main/java/com/datatorrent/lib/io/fs/FSInputModule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library/src/main/java/com/datatorrent/lib/io/fs/FSInputModule.java
b/library/src/main/java/com/datatorrent/lib/io/fs/FSInputModule.java
index d4edb40..34c58d2 100644
--- a/library/src/main/java/com/datatorrent/lib/io/fs/FSInputModule.java
+++ b/library/src/main/java/com/datatorrent/lib/io/fs/FSInputModule.java
@@ -33,7 +33,7 @@ import com.datatorrent.lib.io.block.ReaderContext;
import com.datatorrent.netlet.util.Slice;
/**
- * FSInputModule is an abstract class used to read files from file systems
like HDFS, NFS, S3, etc. <br/>
+ * FSInputModule is a class used to read files from file systems like HDFS,
NFS, S3, etc. <br/>
* FSInputModule emits FileMetadata, BlockMetadata, BlockBytes. <br/>
* The module reads data in parallel, following parameters can be
configured<br/>
* 1. files: list of file(s)/directories to read<br/>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].