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