Index: /trunk/src/org/openstreetmap/josm/tools/Logging.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/Logging.java	(revision 14073)
+++ /trunk/src/org/openstreetmap/josm/tools/Logging.java	(revision 14074)
@@ -68,5 +68,5 @@
          * we override {@link #setOutputStream(OutputStream)} to completely ignore all calls from the superconstructor.
          */
-        private boolean superCompleted;
+        private final boolean superCompleted;
 
         /**
Index: /trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/DownloadWmsAlongTrackActionTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/DownloadWmsAlongTrackActionTest.java	(revision 14073)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/DownloadWmsAlongTrackActionTest.java	(revision 14074)
@@ -2,9 +2,8 @@
 package org.openstreetmap.josm.gui.layer.gpx;
 
-import static org.junit.Assert.assertFalse;
+import static java.util.concurrent.TimeUnit.MILLISECONDS;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertNull;
 import static org.junit.Assert.assertTrue;
-import static java.util.concurrent.TimeUnit.MILLISECONDS;
 
 import org.awaitility.Awaitility;
