diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2018-12-20 23:09:28 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2018-12-20 23:09:37 +0530 |
commit | 307d8592c1154cd91e1300da3803aa0d0c26e58a (patch) | |
tree | f75d00bfc6825a5e041398a5818bf687631dca7c | |
parent | 2e0e98c12d384ed2ccdff85a543439f2b40f1f2f (diff) |
Sonar fix: EventProcessor.java
Fixed sonar issues/code-smells across this file
Issue-ID: CCSDK-869
Change-Id: I601cdcff37475c93f29a9d8b8fe4992f5fbb9a48
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
-rw-r--r-- | restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/EventProcessor.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/EventProcessor.java b/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/EventProcessor.java index 0eed42c6..4f28072d 100644 --- a/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/EventProcessor.java +++ b/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/EventProcessor.java @@ -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; |