Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / DeleteOperation.java
index 45a78aaa08ef8cd9e1df601fbbd233708bb78d7a..7bdaac5124602ed8c1de80cfa5a2f08808f78ae3 100644 (file)
@@ -18,6 +18,8 @@ package org.wamblee.security.authorization;
 
 /**
  * Deletes the operation. 
+ *
+ * @author Erik Brakkee
  */
 public class DeleteOperation extends AllOperation {