mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-12 05:58:22 +02:00
reorganized storage of models
This commit is contained in:
@@ -32,6 +32,7 @@ import java.io.IOException;
|
||||
/**
|
||||
* read some file
|
||||
*/
|
||||
public interface FileReader {
|
||||
public interface FileReader<E> {
|
||||
E getContent();
|
||||
void read(File filename) throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user