Changes between Initial Version and Version 1 of Ticket #23091, comment 2
- Timestamp:
- 2023-07-31T21:06:08+02:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23091, comment 2
initial v1 18 18 - tagEditorPanel.getModel().applyToPrimitive(relation); 19 19 - return Collections.<OsmPrimitive>singletonList(relation); 20 + return Collections.singletonList( relation);20 + return Collections.singletonList(getRelation()); 21 21 } 22 22 };


