Fix blocker sonar issue in sli/core

Fix use try with resources issue in FileRecorder.java

Issue-ID: CCSDK-647
Change-Id: Ibe8afb5873b3af681def5310cc53ea0172608f1a
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
1 file changed
tree: 3a21852c4a32602a87ef89258c1c36ab4d6240a9
  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".