Removed of unused parameter

*unused parameter and unused function is removed

Change-Id: Ibf0f72d2948ad27313967ecadfb54f2a2bf0060b
Issue-ID: CCSDK-151
Signed-off-by: prakash.e <prakash.e@huawei.com>
1 file changed
tree: b059fca2dfa4256fcda2620eff9661f0914a7fcc
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. ueb-listener/
  5. .gitignore
  6. LICENSE.txt
  7. pom.xml
  8. README.md
  9. version.properties
README.md

This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

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