We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6310d1 + 3bed0b6 commit 29a6f8cCopy full SHA for 29a6f8c
src/main/java/edu/ie3/datamodel/io/source/csv/CsvDataSource.java
@@ -53,7 +53,7 @@ public class CsvDataSource implements DataSource {
53
@Deprecated(since = "1.1.0", forRemoval = true)
54
private boolean notYetLoggedWarning = true;
55
56
- protected CsvDataSource(String csvSep, Path folderPath, FileNamingStrategy fileNamingStrategy) {
+ public CsvDataSource(String csvSep, Path folderPath, FileNamingStrategy fileNamingStrategy) {
57
this.csvSep = csvSep;
58
this.connector = new CsvFileConnector(folderPath, fileNamingStrategy);
59
}
0 commit comments