diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2018-02-11 20:57:08 +0530 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2018-02-11 20:59:06 +0530 |
commit | 05ac1667ec8690ab6a7623938f2d9a462e07aaec (patch) | |
tree | c20442d88e525aa1b9ac3ea33c67a0af877bb4fa /openstack-client-connectors | |
parent | ddbb344825aac39b7523babb66df754704daa2d1 (diff) |
libs unit test cases
Issue-ID: SO-369
Change-Id: I86ff7fafb8386df6046b7989cef7444c1aed0446
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openstack-client-connectors')
-rw-r--r-- | openstack-client-connectors/jersey-connector/src/main/java/com/woorea/openstack/connector/JerseyLoggingFilter.java | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/openstack-client-connectors/jersey-connector/src/main/java/com/woorea/openstack/connector/JerseyLoggingFilter.java b/openstack-client-connectors/jersey-connector/src/main/java/com/woorea/openstack/connector/JerseyLoggingFilter.java index 18f0d84..43323f8 100644 --- a/openstack-client-connectors/jersey-connector/src/main/java/com/woorea/openstack/connector/JerseyLoggingFilter.java +++ b/openstack-client-connectors/jersey-connector/src/main/java/com/woorea/openstack/connector/JerseyLoggingFilter.java @@ -1,5 +1,10 @@ /*- * ============LICENSE_START======================================================= + * ONAP - SO + * ================================================================================ + * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2017 Huawei Intellectual Property. All rights reserved. + * ================================================================================ * 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 @@ -14,7 +19,7 @@ * ============LICENSE_END========================================================= */ -/* +/** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2010-2011 Oracle and/or its affiliates. All rights reserved. |