mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-12 05:58:22 +02:00
fixed some class comments
This commit is contained in:
@@ -30,7 +30,7 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* Created by Andreas on 19.11.2015.
|
||||
* read some file
|
||||
*/
|
||||
public interface FileReader {
|
||||
void read(File filename) throws IOException;
|
||||
|
||||
Reference in New Issue
Block a user