Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#18962 closed enhancement (fixed)

Introduce DataSet.update

Reported by: Don-vip Owned by: Don-vip
Priority: normal Milestone: 20.03
Component: Core Version:
Keywords: Cc:

Description

To avoid the repetitive statements:

ds.beginUpdate();
try {
//  ...
} finally {
    ds.endUpdate();
}

Attachments (0)

Change History (2)

comment:1 by Don-vip, 5 years ago

Resolution: fixed
Status: assignedclosed

In 16187/josm:

fix #18962 - introduce DataSet.update to avoid repetitive begin/endUpdate statements

comment:2 by simon04, 5 years ago

Nice :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Don-vip.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.