fixed sonar issue in QueryNetworkResponse.java 83/64283/1
authorSandeep J <sandeejh@in.ibm.com>
Mon, 3 Sep 2018 14:12:52 +0000 (19:42 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Mon, 3 Sep 2018 14:13:02 +0000 (19:43 +0530)
fixed sonar issue as detailed in SO-959

Issue-ID: SO-959
Change-Id: I878061aa88247e39b703bca065f3c92a1eea3eb6
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-adapters-rest-interface/src/main/java/org/onap/so/adapters/nwrest/QueryNetworkResponse.java

index 6953dfe..0511836 100644 (file)
@@ -5,6 +5,8 @@
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * Copyright (C) 2017 Huawei Technologies Co., Ltd. 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
@@ -45,8 +47,7 @@ public class QueryNetworkResponse extends NetworkResponseCommon {
        private List<RouteTarget> routeTargets;
        private Map<String, String> subnetIdMap;
        private Map<String, String> networkOutputs;
-       private static final MsoLogger LOGGER = MsoLogger.getMsoLogger (MsoLogger.Catalog.RA, QueryNetworkResponse.class);
-
+       
        public QueryNetworkResponse() {
                super();
        }