Changeset 14074 in josm


Ignore:
Timestamp:
2018-08-02T21:29:26+02:00 (6 years ago)
Author:
Don-vip
Message:

checkstyle/sonarqube

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Logging.java

    r14073 r14074  
    6868         * we override {@link #setOutputStream(OutputStream)} to completely ignore all calls from the superconstructor.
    6969         */
    70         private boolean superCompleted;
     70        private final boolean superCompleted;
    7171
    7272        /**
  • trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/DownloadWmsAlongTrackActionTest.java

    r14069 r14074  
    22package org.openstreetmap.josm.gui.layer.gpx;
    33
    4 import static org.junit.Assert.assertFalse;
     4import static java.util.concurrent.TimeUnit.MILLISECONDS;
    55import static org.junit.Assert.assertNotNull;
    66import static org.junit.Assert.assertNull;
    77import static org.junit.Assert.assertTrue;
    8 import static java.util.concurrent.TimeUnit.MILLISECONDS;
    98
    109import org.awaitility.Awaitility;
Note: See TracChangeset for help on using the changeset viewer.