Changeset 14074 in josm for trunk/test/unit/org


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

checkstyle/sonarqube

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.