Sonar fix: SdncUebConfiguration.java

Fixed sonar issues/code-smells across this file

Issue-ID: CCSDK-866
Change-Id: Icac8e0347d068902217e813a302db69b1bf5cc47
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
1 file changed
tree: 61a8b827da57f0120d2c4f84edd0c0ea67d8f6dc
  1. artifacts/
  2. asdcApi/
  3. dataChange/
  4. dmaap-listener/
  5. features/
  6. lcm/
  7. ueb-listener/
  8. .gitignore
  9. INFO.yaml
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. 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".