fixed sonar issue in PollingWorker.java

fixed sonar issue

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