Index: /trunk/src/org/openstreetmap/josm/tools/Utils.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/Utils.java	(revision 12014)
+++ /trunk/src/org/openstreetmap/josm/tools/Utils.java	(revision 12015)
@@ -93,4 +93,5 @@
     private static final String[] SIZE_UNITS = {"B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"};
 
+    // Constants backported from Java 9, see https://bugs.openjdk.java.net/browse/JDK-4477961
     private static final double TO_DEGREES = 180.0 / Math.PI;
     private static final double TO_RADIANS = Math.PI / 180.0;
@@ -1562,7 +1563,8 @@
      * version of that method. (Can be removed when JOSM support for Java 8 ends.)
      * Only relevant in relation to ProjectionRegressionTest.
-     * @see https://josm.openstreetmap.de/ticket/11889
      * @param angleRad an angle in radians
      * @return the same angle in degrees
+     * @see <a href="https://josm.openstreetmap.de/ticket/11889">#11889</a>
+     * @since 12013
      */
     public static double toDegrees(double angleRad) {
@@ -1576,7 +1578,8 @@
      * version of that method. (Can be removed when JOSM support for Java 8 ends.)
      * Only relevant in relation to ProjectionRegressionTest.
-     * @see https://josm.openstreetmap.de/ticket/11889
      * @param angleDeg an angle in degrees
      * @return the same angle in radians
+     * @see <a href="https://josm.openstreetmap.de/ticket/11889">#11889</a>
+     * @since 12013
      */
     public static double toRadians(double angleDeg) {
