Added author to all java files with class comments.
[utils] / security / src / test / java / org / wamblee / security / authorization / TestAuthorizationRule.java
index fe02560d824272c71730f66e31230b4025ba0835..93141fde1bdb00ce92a8377993c820e90c07b731 100644 (file)
@@ -23,6 +23,8 @@ import org.wamblee.usermgt.User;
 
 /**
  * Test authorization rule that also counts the number of times the rule matches. 
+ *
+ * @author Erik Brakkee
  */
 public class TestAuthorizationRule extends UrlAuthorizationRule {