Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / cadi / core / src / main / java / org / onap / aaf / cadi / filter / AUTHZ.java
index 7fd1e93..5aa502d 100644 (file)
@@ -32,5 +32,5 @@ import javax.servlet.Servlet;
 @Target({TYPE})
 @Retention(RUNTIME)
 public @interface AUTHZ {
-       Class<? extends Servlet> value();
+    Class<? extends Servlet> value();
 }