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 b8d7f68 commit 3757dd7Copy full SHA for 3757dd7
src/main/java/fr/france/RepertoireCommune.java
@@ -40,7 +40,7 @@ private RepertoireCommune() {
40
private static List<Commune> initCommunes() {
41
List<Commune> result = null;
42
try {
43
- result = new CsvToBeanBuilder<Commune>(new FileReader("Communes.csv")).withType(Commune.class).build()
+ result = new CsvToBeanBuilder<Commune>(new FileReader("communes.csv")).withType(Commune.class).build()
44
.parse();
45
} catch (IllegalStateException | FileNotFoundException e) {
46
e.printStackTrace();
0 commit comments