Changeset 8511 in josm for trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset/query
- Timestamp:
- 2015-06-21T00:16:09+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset/query/ChangesetQueryDialogTest.java
r7937 r8511 2 2 package org.openstreetmap.josm.gui.dialogs.changeset.query; 3 3 4 import javax.swing.JFrame; 5 4 6 import org.junit.Ignore; 5 6 import javax.swing.JFrame;7 7 8 8 @Ignore … … 17 17 } 18 18 19 static public void main(String args[]) {19 public static void main(String args[]) { 20 20 new ChangesetQueryDialogTest().start(); 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.
