mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
remove erroneous interface
This commit is contained in:
parent
17096ebb46
commit
2960139628
@ -11,7 +11,7 @@ import java.nio.file.Path;
|
||||
import java.nio.file.attribute.PosixFilePermissions;
|
||||
import java.util.*;
|
||||
|
||||
public class CsvOutputPluginWriter extends CsvOutput {
|
||||
public class CsvOutputPluginWriter {
|
||||
|
||||
private final CSVPrinter printer;
|
||||
private final FileWriter filewriter;
|
||||
|
Loading…
Reference in New Issue
Block a user