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