summaryrefslogtreecommitdiffstats
path: root/session-lib/src/main/java/org/onap/sdc/common/session/impl/SdcSessionContextProvider.java
diff options
context:
space:
mode:
authortalig <talig@amdocs.com>2019-11-17 14:53:52 +0200
committertalig <talig@amdocs.com>2019-11-17 14:53:52 +0200
commit3d89ac9d4da5183031f18c034c34b645e8a7819f (patch)
treebf2425b8a57953ee7312659c9da7050e087497cb /session-lib/src/main/java/org/onap/sdc/common/session/impl/SdcSessionContextProvider.java
parentcb4dca5c0fb48e4766b3041ac7751ca60547539d (diff)
Inherit from OParent, add checkstyle and update copyright
Issue-ID: SDC-2541 Change-Id: Iaf1aaa194363502e31136033468c6e4fab1355f5 Signed-off-by: talig <talig@amdocs.com>
Diffstat (limited to 'session-lib/src/main/java/org/onap/sdc/common/session/impl/SdcSessionContextProvider.java')
-rw-r--r--session-lib/src/main/java/org/onap/sdc/common/session/impl/SdcSessionContextProvider.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/session-lib/src/main/java/org/onap/sdc/common/session/impl/SdcSessionContextProvider.java b/session-lib/src/main/java/org/onap/sdc/common/session/impl/SdcSessionContextProvider.java
index 4a7bc96..7c8e404 100644
--- a/session-lib/src/main/java/org/onap/sdc/common/session/impl/SdcSessionContextProvider.java
+++ b/session-lib/src/main/java/org/onap/sdc/common/session/impl/SdcSessionContextProvider.java
@@ -1,17 +1,17 @@
/*
- * Copyright © 2016-2017 European Support Limited
+ * Copyright © 2019 European Support Limited
*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * 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,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/