Changes between Initial Version and Version 1 of Ticket #23091, comment 2


Ignore:
Timestamp:
2023-07-31T21:06:08+02:00 (2 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23091, comment 2

    initial v1  
    1818-                tagEditorPanel.getModel().applyToPrimitive(relation);
    1919-                return Collections.<OsmPrimitive>singletonList(relation);
    20 +                return Collections.singletonList(relation);
     20+                return Collections.singletonList(getRelation());
    2121             }
    2222         };