^^^ The above example should use the simpler try/finally pattern that the
function example uses
```
try {
...
} finally {
if(mgr.exists()) {
mgr.rollback();
}
}
```
}[ Full content available at: https://github.com/apache/geode/pull/2304 ] This message was relayed via gitbox.apache.org for [email protected]
