Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / CreateOperation.java
index 7020a68dfcc373774b580d0fbc8a04dc6051ef59..b9a96d8ed717dcf0dcefccf75c44257cf06c50cb 100644 (file)
@@ -18,6 +18,8 @@ package org.wamblee.security.authorization;
 
 /**
  * Represents an operation to create something. 
+ *
+ * @author Erik Brakkee
  */
 public class CreateOperation extends AllOperation {