fixed sonar issues in DbConfigPool.java

fixed sonar issue

Issue-ID: CCSDK-525
Change-Id: Ibf082dc71b49b8d657dfbb79ac0ef396eb3f4aa8
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
1 file changed
tree: 78c01861e4b6df647d15f44106d20e17a25a4877
  1. dblib/
  2. features/
  3. filters/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. utils/
  9. .gitignore
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. version.properties
README.md

This source repository contains the code for the core SDN Controller components. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

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