Added author to all java files with class comments.
[utils] / support / src / test / java / org / wamblee / test / TestTransactionCallback.java
index ff46779b0e4333b903066d4e2ba1ad9f326fbf4d..7fc0bd73e132eabf3e804de3b19cbd2c6b912479 100644 (file)
@@ -5,6 +5,8 @@ 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 {
     /**