No effective change - format and organise imports

This commit is contained in:
Robin Bygrave
2015-08-21 18:31:55 +12:00
parent 547fa342c4
commit 394cb3854a
19 changed files with 816 additions and 821 deletions
@@ -97,20 +97,20 @@ public final class DefaultTransactionThreadLocal {
* <p>
* Designed to be put in a finally block instead of a rollback() in each catch
* block.
*
* <p>
* <pre>
* Ebean.beingTransaction();
* try {
* // ... perform some actions in a single transaction
*
*
* Ebean.commitTransaction();
*
*
* } finally {
* // ensure transaction ended. If some error occurred then rollback()
* Ebean.endTransaction();
* }
* </pre>
*
* <p>
* </p>
*/
public static void end(String serverName) {