Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / AuthorizationResult.java
index f36bf490cd36f9af57c1525f3315708206c9cc5e..a394910f9b219661fdb32da8bb0a4c48b787967a 100644 (file)
@@ -18,6 +18,8 @@ package org.wamblee.security.authorization;
 
 /**
  * Represents the result of an authorization decision.
+ *
+ * @author Erik Brakkee
  */
 public enum AuthorizationResult {
     /**