Index: trunk/src/org/openstreetmap/josm/gui/animation/Star.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/animation/Star.java	(revision 14590)
+++ trunk/src/org/openstreetmap/josm/gui/animation/Star.java	(revision 14592)
@@ -104,5 +104,5 @@
     }
 
-    private int createRadius() {
+    private static int createRadius() {
         return averageStarWidth / 2 + seed.nextInt(averageStarWidth);
     }
Index: trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java	(revision 14590)
+++ trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java	(revision 14592)
@@ -14,5 +14,4 @@
 import java.text.DateFormat;
 import java.text.SimpleDateFormat;
-import java.util.Objects;
 
 import javax.swing.Box;
