Added author to all java files with class comments.
[utils] / support / src / test / java / org / wamblee / persistence / Database.java
index eb98a6d2475334a36b96d2b812fe813dcbaad818..39dffed1f39e43dd6223bb492b7242e941230e79 100644 (file)
@@ -21,6 +21,8 @@ import java.sql.SQLException;
 
 /**
  * Represents a database.
+ *
+ * @author Erik Brakkee
  */
 public interface Database {
     /**