copyright messages updated in all java filees.
[utils] / support / spring / src / test / java / org / wamblee / test / spring / TestTransactionCallback.java
index 37ea898b1eed11d4c9e950529b2113d24a7fc4e9..f044ca38697dfa668c21706e545569bf72a539fa 100644 (file)
@@ -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;
 }