X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fspring%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Ftest%2Fspring%2FTestTransactionCallback.java;h=f044ca38697dfa668c21706e545569bf72a539fa;hb=96c8961955a306314dfe0cf9ca192252de39fc1c;hp=37ea898b1eed11d4c9e950529b2113d24a7fc4e9;hpb=a503959a4290a415cfe6f668a301e44b4dcde445;p=utils diff --git a/support/spring/src/test/java/org/wamblee/test/spring/TestTransactionCallback.java b/support/spring/src/test/java/org/wamblee/test/spring/TestTransactionCallback.java index 37ea898b..f044ca38 100644 --- a/support/spring/src/test/java/org/wamblee/test/spring/TestTransactionCallback.java +++ b/support/spring/src/test/java/org/wamblee/test/spring/TestTransactionCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2007 the original author or authors. + * Copyright 2005-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import java.util.Map; /** * Transaction callback for testing. The test will fail if any type of exception * is thrown. - * + * * @author Erik Brakkee */ public interface TestTransactionCallback { @@ -30,6 +30,7 @@ public interface TestTransactionCallback { * * @return A map containg the resuls of the execution. This is a convenient * method of returning multiple results from a call. + * */ Map execute() throws Exception; }