Sonar fix: AsdcApiSliClient.java

Fixed sonar issues/code-smells across this file.

Issue-ID: CCSDK-853
Change-Id: Ib864ab2ac5302aa9387bd19a2dfcc642d3a10f87
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
1 file changed
tree: a2f815b90ed4e48eb96c22377afa7cbe3ec9d9f3
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. features/
  5. lcm/
  6. ueb-listener/
  7. .gitignore
  8. INFO.yaml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. version.properties
README.md

This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".