fixed typo
authorJean-Philippe Orsini <orsinije@fr.ibm.com>
Wed, 11 Oct 2017 06:56:07 +0000 (08:56 +0200)
committerJean-Philippe Orsini <orsinije@fr.ibm.com>
Wed, 11 Oct 2017 06:56:07 +0000 (08:56 +0200)
src/main/java/pnews/Category.java
src/main/java/pnews/Main.java

index 0720d58..efabe5e 100644 (file)
@@ -6,7 +6,7 @@ public enum Category {
         SPORT("sport"),
         EUROPE("europe"),
         ECO("eco"),
-        ESSONE("essone"),
+        ESSONNE("essonne"),
         TECHNOLOGIE("technologie");
         
         private final String id;
index 1dd29f7..d4665de 100644 (file)
@@ -135,7 +135,7 @@ public class Main {
                                 new String[] { "http://www.france24.com/fr/economie/rss",
                                                "http://www.rfi.fr/economie/rss" });
                
-               result.put(Category.ESSONE,
+               result.put(Category.ESSONNE,
                                 new String[] { "https://www.essonneinfo.fr/feed/" });
                
                result.put(Category.TECHNOLOGIE,