Changeset 14074 in josm
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Logging.java
r14073 r14074 68 68 * we override {@link #setOutputStream(OutputStream)} to completely ignore all calls from the superconstructor. 69 69 */ 70 private boolean superCompleted;70 private final boolean superCompleted; 71 71 72 72 /** -
trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/DownloadWmsAlongTrackActionTest.java
r14069 r14074 2 2 package org.openstreetmap.josm.gui.layer.gpx; 3 3 4 import static org.junit.Assert.assertFalse;4 import static java.util.concurrent.TimeUnit.MILLISECONDS; 5 5 import static org.junit.Assert.assertNotNull; 6 6 import static org.junit.Assert.assertNull; 7 7 import static org.junit.Assert.assertTrue; 8 import static java.util.concurrent.TimeUnit.MILLISECONDS;9 8 10 9 import org.awaitility.Awaitility;
Note:
See TracChangeset
for help on using the changeset viewer.