AAI-1523 Batch reformat aai-auth
[aai/aai-common.git] / aai-auth / src / main / java / org / onap / aaiauth / auth / Auth.java
index 8f9b03d..a5b3b67 100644 (file)
@@ -9,7 +9,7 @@
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *    http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,6 +18,7 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aaiauth.auth;
 
 import org.apache.http.cookie.Cookie;
@@ -39,7 +40,8 @@ public class Auth {
     }
 
     /**
-     *  Returns true if the user is allowed to access a function.
+     * Returns true if the user is allowed to access a function.
+     * 
      * @param authUser
      *        - String value of the user.
      * @param authAction