mirror of
https://github.com/google/nomulus
synced 2026-05-28 18:50:35 +00:00
* Make sure uncommit txn is rolled back The try block around commit that catches RuntimeException should also catch Error, which is also unchecked.