Changeset 4311 in josm
- Timestamp:
- 2011-08-11T13:40:25+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/io/UploadStrategySelectionPanelTest.java
r2986 r4311 54 54 } 55 55 56 public static void main(String args[]) throws OsmApiInitializationException, OsmTransferCancel ledException{56 public static void main(String args[]) throws OsmApiInitializationException, OsmTransferCanceledException{ 57 57 OsmApi.getOsmApi().initialize(NullProgressMonitor.INSTANCE); 58 58 new UploadStrategySelectionPanelTest().setVisible(true);
Note:
See TracChangeset
for help on using the changeset viewer.