X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-service%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fcps%2Fapi%2Fimpl%2FYangTextSchemaSourceSetCache.java;h=859dab9a9f98d1c48c8d8998b2f559593fb25c5a;hb=bc742a1dbe39a3269abab9e62a9d489f460144b0;hp=af16727f19c6b2f88b5c3d1d7b58db23d55d2bea;hpb=5fa9a9ebb6459755a4267066e23f9671b9fac5b9;p=cps.git diff --git a/cps-service/src/main/java/org/onap/cps/api/impl/YangTextSchemaSourceSetCache.java b/cps-service/src/main/java/org/onap/cps/api/impl/YangTextSchemaSourceSetCache.java index af16727f1..859dab9a9 100644 --- a/cps-service/src/main/java/org/onap/cps/api/impl/YangTextSchemaSourceSetCache.java +++ b/cps-service/src/main/java/org/onap/cps/api/impl/YangTextSchemaSourceSetCache.java @@ -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;