X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fspring%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Ftest%2Fspring%2FTestTransactionCallbackWithoutResult.java;h=18da556d80509312a1aba47628a72d2a43c1bf42;hb=8de36ff0206c996baf3ee4adc3e2293b12ff5f39;hp=05cc7838bd6da384d53b59602977efb037a0ac1c;hpb=ddd261f331280640c5b53c7128230b629ebcd268;p=utils diff --git a/support/spring/src/test/java/org/wamblee/test/spring/TestTransactionCallbackWithoutResult.java b/support/spring/src/test/java/org/wamblee/test/spring/TestTransactionCallbackWithoutResult.java index 05cc7838..18da556d 100644 --- a/support/spring/src/test/java/org/wamblee/test/spring/TestTransactionCallbackWithoutResult.java +++ b/support/spring/src/test/java/org/wamblee/test/spring/TestTransactionCallbackWithoutResult.java @@ -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; }