Added missing headers 95/96195/1
authorPlummer, Brittany <brittany.plummer@att.com>
Tue, 24 Sep 2019 19:17:44 +0000 (15:17 -0400)
committerBenjamin, Max (mb388a) <mb388a@att.com>
Tue, 24 Sep 2019 19:17:44 +0000 (15:17 -0400)
Added missing headers to files

Issue-ID: SO-2365
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ib3f7808d997e324da4ae57f40d4f7ba946721538

common/src/main/java/org/onap/so/logging/jaxrs/filter/SOMetricLogClientFilter.java
common/src/main/java/org/onap/so/logging/jaxrs/filter/SOSpringClientFilter.java

index 22a8d04..3b6b521 100644 (file)
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2019 AT&T 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
+ * 
+ *      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.
+ * ============LICENSE_END=========================================================
+ */
+
 package org.onap.so.logging.jaxrs.filter;
 
 import javax.ws.rs.client.ClientRequestContext;
index 23df408..d8ce17a 100644 (file)
@@ -1,7 +1,27 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2019 AT&T 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
+ * 
+ *      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.
+ * ============LICENSE_END=========================================================
+ */
+
 package org.onap.so.logging.jaxrs.filter;
 
 import java.io.IOException;
-import java.nio.charset.Charset;
+import java.util.UUID;
 import org.onap.logging.filter.spring.SpringClientFilter;
 import org.onap.logging.ref.slf4j.ONAPLogConstants;
 import org.onap.so.logger.MdcConstants;
@@ -14,7 +34,6 @@ import org.springframework.http.HttpRequest;
 import org.springframework.http.client.ClientHttpRequestInterceptor;
 import org.springframework.http.client.ClientHttpResponse;
 import org.springframework.stereotype.Component;
-import org.springframework.util.StreamUtils;
 
 @Component
 public class SOSpringClientFilter extends SpringClientFilter implements ClientHttpRequestInterceptor {