Ignore:
Timestamp:
2025-05-06T17:25:21+02:00 (5 days ago)
Author:
stoecker
Message:

Auto relation refresh, fix #21840 - patch by Woazboat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java

    r19050 r19398  
    9191            @Override
    9292            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() {
    93103                return false;
    94104            }
Note: See TracChangeset for help on using the changeset viewer.