Removed DOCUMENT ME comments that were generated and applied source code
[utils] / support / spring / src / test / java / org / wamblee / test / spring / TestTransactionCallbackWithoutResult.java
index 05cc7838bd6da384d53b59602977efb037a0ac1c..18da556d80509312a1aba47628a72d2a43c1bf42 100644 (file)
@@ -18,15 +18,14 @@ package org.wamblee.test.spring;
 /**
  * Transaction callback for testing. The test will fail if any type of exception
  * is thrown.
- *
+ * 
  * @author Erik Brakkee
  */
 public interface TestTransactionCallbackWithoutResult {
     /**
-     * Executes code within a transaction, causing the testcase to fail
-     * if any type of exception is thrown.
-     *
-     * @throws Exception DOCUMENT ME!
+     * Executes code within a transaction, causing the testcase to fail if any
+     * type of exception is thrown.
+     * 
      */
     void execute() throws Exception;
 }