CCSDK-1559 -Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'

Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'

Issue-ID: CCSDK-1559
Change-Id: I66e51fbb6f5836bc7b4ecb6640b2d63d7f7e1522
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
1 file changed
tree: eef75bf0dd70c11293f6aabff8e44ffa64aff3b5
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. mdsal-resource/
  6. message-router/
  7. netbox-client/
  8. resource-assignment/
  9. saltstack-adapter/
  10. sql-resource/
  11. .gitignore
  12. INFO.yaml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. 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".