This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/master by this push:
new a37ddaa Remove Auto generated stub (#1086)
a37ddaa is described below
commit a37ddaac595d689445d5f986ea11999c60d5f451
Author: Marc <[email protected]>
AuthorDate: Tue Feb 18 09:27:30 2020 -0500
Remove Auto generated stub (#1086)
---
.../src/main/java/org/apache/fluo/mapreduce/FluoOutputFormat.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/modules/mapreduce/src/main/java/org/apache/fluo/mapreduce/FluoOutputFormat.java
b/modules/mapreduce/src/main/java/org/apache/fluo/mapreduce/FluoOutputFormat.java
index 0e1d3a0..e0b9cf9 100644
---
a/modules/mapreduce/src/main/java/org/apache/fluo/mapreduce/FluoOutputFormat.java
+++
b/modules/mapreduce/src/main/java/org/apache/fluo/mapreduce/FluoOutputFormat.java
@@ -44,7 +44,6 @@ public class FluoOutputFormat extends OutputFormat<Loader,
NullWritable> {
@Override
public void checkOutputSpecs(JobContext arg0) throws IOException,
InterruptedException {
- // TODO Auto-generated method stub
}
@Override