From 3d89ac9d4da5183031f18c034c34b645e8a7819f Mon Sep 17 00:00:00 2001 From: talig Date: Sun, 17 Nov 2019 14:53:52 +0200 Subject: Inherit from OParent, add checkstyle and update copyright Issue-ID: SDC-2541 Change-Id: Iaf1aaa194363502e31136033468c6e4fab1355f5 Signed-off-by: talig --- .../org/onap/sdc/common/session/SessionContext.java | 20 ++++++++++---------- .../sdc/common/session/SessionContextProvider.java | 20 ++++++++++---------- .../session/impl/SdcSessionContextProvider.java | 20 ++++++++++---------- .../sdc/common/session/impl/SessionException.java | 16 ++++++++++++++++ 4 files changed, 46 insertions(+), 30 deletions(-) (limited to 'session-lib/src/main/java') diff --git a/session-lib/src/main/java/org/onap/sdc/common/session/SessionContext.java b/session-lib/src/main/java/org/onap/sdc/common/session/SessionContext.java index c4807f8..c04ca06 100644 --- a/session-lib/src/main/java/org/onap/sdc/common/session/SessionContext.java +++ b/session-lib/src/main/java/org/onap/sdc/common/session/SessionContext.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. */ package org.onap.sdc.common.session; diff --git a/session-lib/src/main/java/org/onap/sdc/common/session/SessionContextProvider.java b/session-lib/src/main/java/org/onap/sdc/common/session/SessionContextProvider.java index 6ada627..26106bf 100644 --- a/session-lib/src/main/java/org/onap/sdc/common/session/SessionContextProvider.java +++ b/session-lib/src/main/java/org/onap/sdc/common/session/SessionContextProvider.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. */ package org.onap.sdc.common.session; 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. */ diff --git a/session-lib/src/main/java/org/onap/sdc/common/session/impl/SessionException.java b/session-lib/src/main/java/org/onap/sdc/common/session/impl/SessionException.java index 54b2fd3..c5fe4b2 100644 --- a/session-lib/src/main/java/org/onap/sdc/common/session/impl/SessionException.java +++ b/session-lib/src/main/java/org/onap/sdc/common/session/impl/SessionException.java @@ -1,3 +1,19 @@ +/* + * 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 + * + * 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. + */ + package org.onap.sdc.common.session.impl; public class SessionException extends RuntimeException { -- cgit 1.2.3-korg