Skip to content

Commit b14a62a

Browse files
committed
fix warning
1 parent 46955e0 commit b14a62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/openstreetmap/josm/plugins/pt_assistant/actions/mendrelation/PersonalTransportMendRelationAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public PersonalTransportMendRelationAction(IRelationEditorActionAccess editorAcc
7676
super.editor = (GenericRelationEditor) editorAccess.getEditor();
7777
super.memberTableModel = editorAccess.getMemberTableModel();
7878
super.relation = editor.getRelation();
79-
super.editor.addWindowListener(new PersonalTransportMendRelationAction.WindowEventHandler());
79+
super.editor.addWindowListener(new WindowEventHandler());
8080
}
8181

8282
/////////////on action call initialise()/////////////

0 commit comments

Comments
 (0)