Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / cadi / core / src / main / java / org / onap / aaf / cadi / filter / RolesAllowed.java
index 5f709f1..ac61a5c 100644 (file)
@@ -47,10 +47,10 @@ import java.lang.annotation.Target;
 @Target({TYPE})
 @Retention(RUNTIME)
 public @interface RolesAllowed {
-       /**
-        * Security role of the implementation, which doesn't have to be an EJB or CORBA like object.  Can be just a
-        * Handler
-        * @return
-        */
-       String[] value();
+    /**
+     * Security role of the implementation, which doesn't have to be an EJB or CORBA like object.  Can be just a
+     * Handler
+     * @return
+     */
+    String[] value();
 }