summaryrefslogtreecommitdiffstats
path: root/aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java
diff options
context:
space:
mode:
authorKeong Lim <keong.lim@huawei.com>2019-03-21 15:34:15 +1100
committerKeong Lim <keong.lim@huawei.com>2019-04-11 13:47:08 +1000
commit4b76b6de0d39d6c5aca8635c78574c520f1053e9 (patch)
tree11b9090ed3cb365ee698b1f1255d4b93dc2dc672 /aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java
parentbf628be4bffca6195dde1926e90211e3c5dc54b6 (diff)
AAI-1523 Batch reformat aai-auth
Use maven plugins from AAI-2198 to do batch reformat of aai-auth to consistent code style. Change-Id: I7ea7c6e991b81b3d8b167bdd0889aa5674a42001 Issue-ID: AAI-1523 Signed-off-by: Keong Lim <keong.lim@huawei.com>
Diffstat (limited to 'aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java')
-rw-r--r--aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java b/aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java
index 15f8eba6..92fddfea 100644
--- a/aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java
+++ b/aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.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.util;
public class AuthConstants {