Fix sonar false-positive code smells issues (licence below package line) 72/117172/2
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Thu, 28 Jan 2021 06:20:49 +0000 (08:20 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Thu, 28 Jan 2021 06:23:31 +0000 (08:23 +0200)
Issue-ID: CPS-89
Change-Id: I79d520c237b5ca6cf0250d1a001fc1406013bd14
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
cps-service/src/main/java/org/onap/cps/api/impl/YangTextSchemaSourceSetCache.java
cps-service/src/main/java/org/onap/cps/config/CacheConfig.java

index af16727..859dab9 100644 (file)
@@ -1,7 +1,6 @@
-package org.onap.cps.api.impl;
 /*
  *  ============LICENSE_START=======================================================
- *  Copyright (C) 2020 Pantheon.tech
+ *  Copyright (C) 2021 Pantheon.tech
  *  ================================================================================
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -18,6 +17,8 @@ package org.onap.cps.api.impl;
  *  ============LICENSE_END=========================================================
  */
 
+package org.onap.cps.api.impl;
+
 import com.google.errorprone.annotations.CanIgnoreReturnValue;
 import java.util.Map;
 import org.onap.cps.spi.CpsModulePersistenceService;
index 4441e4f..897c0bf 100644 (file)
@@ -1,8 +1,6 @@
-package org.onap.cps.config;
-
 /*
  * ============LICENSE_START=======================================================
- *  Copyright (C) 2020 Pantheon.tech
+ *  Copyright (C) 2021 Pantheon.tech
  *  ================================================================================
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -19,6 +17,8 @@ package org.onap.cps.config;
  *  ============LICENSE_END=========================================================
  */
 
+package org.onap.cps.config;
+
 import org.springframework.cache.annotation.EnableCaching;
 import org.springframework.context.annotation.Configuration;