summaryrefslogtreecommitdiffstats
path: root/aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java
diff options
context:
space:
mode:
Diffstat (limited to 'aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java')
-rw-r--r--aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java b/aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java
index 8f9b03d4..a5b3b674 100644
--- a/aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java
+++ b/aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java
@@ -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