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


Ignore:
Timestamp:
2016-09-17T15:19:44+02:00 (8 years ago)
Author:
Don-vip
Message:

fix recent sonar/checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/OverpassDownloadReaderTest.java

    r11003 r11009  
    44import static org.junit.Assert.assertEquals;
    55
    6 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
    76import org.junit.Rule;
    87import org.junit.Test;
     
    1211import org.openstreetmap.josm.tools.OverpassTurboQueryWizard;
    1312import org.openstreetmap.josm.tools.Utils;
     13
     14import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
    1415
    1516/**
     
    7677        assertEquals("// Failed to evaluate {{geocodeArea:foo-bar-baz-does-not-exist}}\n", query);
    7778    }
    78 
    7979}
Note: See TracChangeset for help on using the changeset viewer.