Added author to all java files with class comments.
[utils] / support / src / test / java / org / wamblee / test / TestTransactionCallbackWithoutResult.java
index 84e213f5bcf39b371a4bc9c4570f0b04759d2b06..c534dafe8238c3aa94118532f14157d0b838fd04 100644 (file)
@@ -3,6 +3,8 @@ package org.wamblee.test;
 /**
  * Transaction callback for testing. The test will fail if any type of exception
  * is thrown.
+ *
+ * @author Erik Brakkee
  */
 public interface TestTransactionCallbackWithoutResult {
     /**