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.
1 parent a6310d1 commit 3bed0b6Copy full SHA for 3bed0b6
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