Sonar fix: EventProcessor.java 34/75134/1
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 28 Dec 2018 18:06:14 +0000 (23:36 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Fri, 28 Dec 2018 18:06:27 +0000 (23:36 +0530)
Fixed sonar issues/code-smells across this file

Issue-ID: CCSDK-880
Change-Id: Icfb71fec369ec34944db7e57268e5d1e08af8c42
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/EventProcessor.java

index 0eed42c..4f28072 100644 (file)
@@ -3,6 +3,8 @@
  * ONAP - CCSDK
  * ================================================================================
  * Copyright (C) 2018 Huawei Technologies Co., Ltd. All rights reserved.
+ *
+ * Modifications Copyright © 2018 IBM
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -23,7 +25,6 @@ package org.onap.ccsdk.sli.plugins.restconfdiscovery;
 import org.onap.ccsdk.sli.core.sli.SvcLogicContext;
 import org.onap.ccsdk.sli.core.sli.SvcLogicException;
 import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 import java.util.Map;