Changeset 19398 in josm for trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java
- Timestamp:
- 2025-05-06T17:25:21+02:00 (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java
r19050 r19398 91 91 @Override 92 92 public boolean isDirtyRelation() { 93 return false; 94 } 95 96 @Override 97 public boolean isDirtyRelation(boolean ignoreUninterestingTags) { 98 return false; 99 } 100 101 @Override 102 public boolean isDirtyEditor() { 93 103 return false; 94 104 }
Note:
See TracChangeset
for help on using the changeset viewer.