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=5268b970af35b59ca39dc78b8c5aabcd4a296f6e;hp=37ea898b1eed11d4c9e950529b2113d24a7fc4e9;hpb=6f8bb575523e672b9f8797e543f7c59d15db7253;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; }