mirror of
https://github.com/google/nomulus
synced 2026-04-12 12:37:14 +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.