Index: trunk/src/org/openstreetmap/josm/tools/I18n.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/I18n.java	(revision 9597)
+++ trunk/src/org/openstreetmap/josm/tools/I18n.java	(revision 9599)
@@ -409,5 +409,5 @@
         // http://docs.oracle.com/javase/8/docs/technotes/guides/intl/enhancements.8.html#cldr
         // FIXME: This can be removed after we switch to a minimal version of Java that enables CLDR by default
-        // or includes all languages we need in the JRE. See http://openjdk.java.net/jeps/8043554 for Java 9
+        // or includes all languages we need in the JRE. See http://openjdk.java.net/jeps/252 for Java 9
         Utils.updateSystemProperty("java.locale.providers", "JRE,CLDR");
 
