Removed DOCUMENT ME comments that were generated and applied source code
[utils] / security / src / main / java / org / wamblee / security / authorization / CreateOperation.java
index a43f079d87258f9e2f177347317969080caf3662..1fb9849653d86ef01f34093fb38d546a74446657 100644 (file)
@@ -17,18 +17,15 @@ package org.wamblee.security.authorization;
 
 /**
  * Represents an operation to create something.
- *
+ * 
  * @author Erik Brakkee
  */
 public class CreateOperation extends AllOperation {
-    /**
-     * DOCUMENT ME!
-     */
     private static final String OPERATION = "create";
 
-/**
-     * Constructs the operation. 
-     *
+    /**
+     * Constructs the operation.
+     * 
      */
     public CreateOperation() {
         super(OPERATION);