Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
modification Commune.NOUMEA.name() => Commune.NOUMEA
  • Loading branch information
meilie389 committed Mar 11, 2020
1 parent 912c1a8 commit ad83bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SDK pour le temps d'attente dans les agences de Nouvelle-Calédonie
```java
System.out.println("<" + Agences.getAgences().size() + "> agences trouvées");
System.out.println(Agences.getAgences());
System.out.println("<" + Agences.getAgences(Commune.NOUMEA).size() + "> agences trouvées pour <" + Commune.NOUMEA.name() + ">");
System.out.println("<" + Agences.getAgences(Commune.NOUMEA).size() + "> agences trouvées pour <" + Commune.NOUMEA + ">");
System.out.println(Agences.getAgences(Commune.NOUMEA));
System.exit(0);
```

0 comments on commit ad83bac

Please sign in to comment.