Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / ReadOperation.java
index 3016f340b8027dca9907cb6c3073d4b29fdd1a92..839fdb18418479610f1768aa9198f06df25fb557 100644 (file)
@@ -18,6 +18,8 @@ package org.wamblee.security.authorization;
 
 /**
  * Represents a read operation on a resource. 
+ *
+ * @author Erik Brakkee
  */
 public class ReadOperation extends AllOperation {