fixed sonar issue in CXFConfiguration.java 89/64289/1
authorSandeep J <sandeejh@in.ibm.com>
Mon, 3 Sep 2018 14:25:22 +0000 (19:55 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Mon, 3 Sep 2018 14:25:32 +0000 (19:55 +0530)
fixed sonar issue as detailed in SO-961

Issue-ID: SO-961
Change-Id: I9faf2c63af0e6567b0ba613dd24160183e5558f8
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/openstack/CXFConfiguration.java

index 4bab988..2b21381 100644 (file)
@@ -4,6 +4,8 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
+ * Modifications Copyright (C) 2018 IBM.
+ * ================================================================================
  * 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
@@ -58,8 +60,6 @@ import com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider;
 
 @Configuration
 public class CXFConfiguration {
-       private static final MsoLogger msoLogger = MsoLogger.getMsoLogger(MsoLogger.Catalog.RA, CXFConfiguration.class);
-       
        @Autowired
        private NetworkAdapterRest networkAdapterRest;
        @Autowired