Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / persistence / hibernate / HibernateSupport.java
index 85087f32ace59948a28df72a9d70cd0da8cce2c9..8425facdf6d3c83ebfcf4d870c8eccf0e75a7b60 100644 (file)
@@ -32,6 +32,8 @@ import org.wamblee.persistence.Persistent;
 /**
  * Extension of
  * {@link org.springframework.orm.hibernate.support.HibernateDaoSupport}.
+ *
+ * @author Erik Brakkee
  */
 public class HibernateSupport extends HibernateDaoSupport {