Opened 5 years ago
Closed 5 years ago
Last modified 5 years ago
To avoid the repetitive statements:
ds.beginUpdate(); try { // ... } finally { ds.endUpdate(); }
In 16187/josm:
fix #18962 - introduce DataSet.update to avoid repetitive begin/endUpdate statements
Nice :)
In 16187/josm: