diff options
author | 2019-11-17 14:53:52 +0200 | |
---|---|---|
committer | 2019-11-17 14:53:52 +0200 | |
commit | 3d89ac9d4da5183031f18c034c34b645e8a7819f (patch) | |
tree | bf2425b8a57953ee7312659c9da7050e087497cb /session-lib | |
parent | cb4dca5c0fb48e4766b3041ac7751ca60547539d (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')
4 files changed, 46 insertions, 30 deletions
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 { |