Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / DefaultOperationRegistry.java
index 7a26fb706e27c3542c1626b723ec0375c54703ed..0a240923f612590cbf81f6cb8a3a5a1118899899 100644 (file)
@@ -24,6 +24,8 @@ import java.util.TreeMap;
  * Operation registry implementation. 
  * This implementation ignores the distinction between different types of resources
  * and simply assumes that every operation is applicable to every type of resource. 
+ *
+ * @author Erik Brakkee
  */
 public class DefaultOperationRegistry implements OperationRegistry {