Removed DOCUMENT ME comments that were generated and applied source code
[utils] / security / src / main / java / org / wamblee / security / authorization / Operation.java
index 54f99c6a35d28629754a7d3a5e45b6f1f2eb806a..64aa4b3925fd7745d5c57b822ce68f3226d24315 100644 (file)
 package org.wamblee.security.authorization;
 
 /**
- * Represents an operation on a resource. 
- * An operation should contain no state to be persisted since only the name of the
- * operation is persisted. 
- *
+ * Represents an operation on a resource. An operation should contain no state
+ * to be persisted since only the name of the operation is persisted.
+ * 
  * @author Erik Brakkee
  */
 public interface Operation {
     /**
      * Gets the name of the operation.
-     *
+     * 
      * @return Operation.
      */
     String getName();