Removed DOCUMENT ME comments that were generated and applied source code
[utils] / security / src / main / java / org / wamblee / security / authorization / DeleteOperation.java
index a910eea8e6d39fa2b7eadb4464853213281f2af2..4ef37da7a8a853c79e40765995904cc36a71199b 100644 (file)
@@ -17,18 +17,15 @@ package org.wamblee.security.authorization;
 
 /**
  * Deletes the operation.
- *
+ * 
  * @author Erik Brakkee
  */
 public class DeleteOperation extends AllOperation {
-    /**
-     * DOCUMENT ME!
-     */
     private static final String OPERATION = "delete";
 
-/**
-     * Constructs the operation. 
-     *
+    /**
+     * Constructs the operation.
+     * 
      */
     public DeleteOperation() {
         super(OPERATION);