Skip to content

Commit

Permalink
removed redundant code"
Browse files Browse the repository at this point in the history
"
  • Loading branch information
Sam-Belliveau committed Feb 9, 2020
1 parent a6ad36b commit 682040a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/stuypulse/stuylib/file/csv/CSVWriter.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.stuypulse.stuylib.file.csv;

import java.io.Closeable;
import java.io.FileWriter;
import java.io.IOException;

Expand All @@ -15,7 +14,7 @@
* @author Sam ([email protected])
*/

public class CSVWriter implements Flushable, Closeable, AutoCloseable {
public class CSVWriter implements Flushable, AutoCloseable {

// FileWriter that has CSV File open
FileWriter mCSVFile;
Expand Down

0 comments on commit 682040a

Please sign in to comment.