CCSDK-1556 -Move this constructor to comply with Java Code Conventions

Move this constructor to comply with Java Code Conventions

Issue-ID: CCSDK-1556
Change-Id: I6b6c75c07cccdd4b18027f6c4ab3badf9c273c97
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
66 files changed
tree: 708b45b6a8132cb34eefab127c6a68e53ddf4b35
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. mdsal-resource/
  6. message-router/
  7. netbox-client/
  8. releases/
  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".