Ignore:
Timestamp:
2010-02-14T19:05:36+01:00 (15 years ago)
Author:
jttt
Message:

Fix some of FindBugs warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/org/openstreetmap/josm/io/UploadStrategySelectionPanelTest.java

    r2641 r2986  
    1212import javax.swing.JTextField;
    1313
    14 import org.openstreetmap.josm.fixtures.JOSMFixture;
    1514import org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel;
    1615import org.openstreetmap.josm.gui.progress.NullProgressMonitor;
     
    5655
    5756    public static void main(String args[]) throws OsmApiInitializationException, OsmTransferCancelledException{
    58         JOSMFixture josmFixture = JOSMFixture.createFunctionalTestFixture();
    5957        OsmApi.getOsmApi().initialize(NullProgressMonitor.INSTANCE);
    6058        new UploadStrategySelectionPanelTest().setVisible(true);
Note: See TracChangeset for help on using the changeset viewer.