mirror of
https://github.com/frosch95/SmartCSV.fx.git
synced 2026-04-11 13:38:23 +02:00
reorganized storage of models
This commit is contained in:
@@ -40,8 +40,7 @@ import java.util.Map;
|
||||
/**
|
||||
* reads the csv file and stores the values in csv model
|
||||
*/
|
||||
@Service
|
||||
public class CSVFileReader extends CSVConfigurable implements FileReader {
|
||||
public class CSVFileReader extends CSVConfigurable implements FileReader<CSVModel> {
|
||||
|
||||
private CSVModel model;
|
||||
|
||||
@@ -72,7 +71,7 @@ public class CSVFileReader extends CSVConfigurable implements FileReader {
|
||||
}
|
||||
}
|
||||
|
||||
public CSVModel getData() {
|
||||
public CSVModel getContent() {
|
||||
return model;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user