Ignore:
Timestamp:
2017-04-17T19:27:17+02:00 (9 years ago)
Author:
donvip
Message:

fix #josm14386 - StackOverflowError

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/FindRelationAction.java

    r32398 r33265  
    202202     * I admit, some of it was copypasted from {@link org.openstreetmap.josm.gui.dialogs.RelationListDialog.RelationListModel}.
    203203     */
    204     protected class FindRelationListModel extends AbstractListModel<Relation> {
     204    protected static class FindRelationListModel extends AbstractListModel<Relation> {
    205205        private final ArrayList<Relation> relations = new ArrayList<>();
    206206        private DefaultListSelectionModel selectionModel;
Note: See TracChangeset for help on using the changeset viewer.