Skip to content
Commit 5b4dbb39 authored by Kohsuke Kawaguchi's avatar Kohsuke Kawaguchi
Browse files

Make BulkChange auto-closeable

so that it can be used as below:

    try (BulkChange bc = new BulkChange(o)) {
       ...
       bc.commit();
    }
parent 533156c7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment