Removed DOCUMENT ME comments that were generated and applied source code
[utils] / security / src / main / java / org / wamblee / security / authorization / WriteOperation.java
index 67784ca8a8e35823f99408fafcba96c4cad909db..cf9ec38452003494852df8a6dbeb6bf5f3887244 100644 (file)
@@ -17,18 +17,15 @@ package org.wamblee.security.authorization;
 
 /**
  * Represents a write operation on a resource.
- *
+ * 
  * @author Erik Brakkee
  */
 public class WriteOperation extends AllOperation {
-    /**
-     * DOCUMENT ME!
-     */
     private static final String OPERATION = "write";
 
-/**
-     * Constructs the operation. 
-     *
+    /**
+     * Constructs the operation.
+     * 
      */
     public WriteOperation() {
         super(OPERATION);