Revert "Fixed sonar fix in DataSourceWrap.java"

This reverts commit 6c1dee5b7d0e66338100c65efd51917d4f69998f.
Sonar gave bad advice - this change causes connection to be closed
on return to caller, which is useless.

Change-Id: Id428c9058b5e33d72d58bbd951e6cdac2d2d151d
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
1 file changed
tree: 7a5353f4a53f3e9f91506d2ebb3fa53cb297bd52
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. grpc-resource/
  6. mdsal-resource/
  7. message-router/
  8. netbox-client/
  9. resource-assignment/
  10. saltstack-adapter/
  11. sql-resource/
  12. .gitignore
  13. INFO.yaml
  14. LICENSE.txt
  15. pom.xml
  16. README.md
  17. version.properties
README.md

This source repository contains the code for the SDN Controller adaptors. 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. See example-settings.xml for an example.

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