Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / hibernate / PersistentAuthorizationService.java
index e54877a0cdb91ab26228bd980d1a2add50ccaf8c..dfe2439caa1a930a491e8178525c9db658268c4e 100644 (file)
@@ -31,6 +31,8 @@ import org.wamblee.usermgt.UserAccessor;
  * Authorization service with persistent storage.
  * This is a wrapper for {@link org.wamblee.security.authorization.DefaultAuthorizationService}
  * which refreshes the state of the service at certain time intervals. 
+ *
+ * @author Erik Brakkee
  */
 public class PersistentAuthorizationService extends AbstractPersistent
         implements AuthorizationService {