Fix sonar false-positive code smells issues (licence below package line)
[cps.git] / cps-service / src / main / java / org / onap / cps / api / impl / YangTextSchemaSourceSetCache.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;