Changeset 17275 in josm for trunk/test/functional/org/openstreetmap/josm/gui/dialogs
- Timestamp:
- 2020-10-28T20:41:00+01:00 (4 years ago)
- Location:
- trunk/test/functional/org/openstreetmap/josm/gui/dialogs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/ConflictResolutionDialogTestFT.java
r10957 r17275 9 9 import org.openstreetmap.josm.data.osm.Way; 10 10 11 publicclass ConflictResolutionDialogTestFT extends JFrame {11 class ConflictResolutionDialogTestFT extends JFrame { 12 12 13 13 private ConflictResolutionDialog dialog; … … 38 38 * Constructs a new {@code ConflictResolutionDialogTest}. 39 39 */ 40 publicConflictResolutionDialogTestFT() {40 ConflictResolutionDialogTestFT() { 41 41 build(); 42 42 } -
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetCacheManagerTestFT.java
r9546 r17275 4 4 import javax.swing.JFrame; 5 5 6 publicclass ChangesetCacheManagerTestFT extends JFrame {6 class ChangesetCacheManagerTestFT extends JFrame { 7 7 8 8 private ChangesetCacheManager manager; -
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset/query/ChangesetQueryDialogTestFT.java
r9546 r17275 4 4 import javax.swing.JFrame; 5 5 6 publicclass ChangesetQueryDialogTestFT extends JFrame {6 class ChangesetQueryDialogTestFT extends JFrame { 7 7 8 8 private ChangesetQueryDialog dialog;
Note:
See TracChangeset
for help on using the changeset viewer.