(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / test / transactions / TransactionResult.java
index 162d3704886323d989e6bf99fae45c3fa995704e..82d01c3e077d442bf4f05197f0e3ff5f984be0ed 100644 (file)
 package org.wamblee.test.transactions;
 
 /**
- * Transaction result. 
+ * Transaction result.
  * 
  * @author Erik Brakkee
  */
-public enum TransactionResult { 
+public enum TransactionResult {
     /**
-     * Nothing was done. The transaction was committed or rolled back by the application. 
-     * Most likely an exception occurred and the transaction was rolled back. 
+     * Nothing was done. The transaction was committed or rolled back by the
+     * application. Most likely an exception occurred and the transaction was
+     * rolled back.
      */
-    UNKNOWN, 
-    
+    UNKNOWN,
+
     /**
-     * Transaction was committed. 
+     * Transaction was committed.
      */
     COMMIT,
-    
+
     /**
      * Tranasction was rolled back.
      */