Fix sonar issues in policy-api 30/99030/2
authorJim Hahn <jrh3@att.com>
Mon, 2 Dec 2019 18:02:11 +0000 (13:02 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 2 Dec 2019 18:22:46 +0000 (13:22 -0500)
commit581aa3881e97c36faa23cd812a87d13bdc1a0054
tree9f1d0b8318a4a225aee0d2e80d1c3de79b39de72
parent6f904473b5c75947d870fad1a67a23aaf236d241
Fix sonar issues in policy-api

The change to sonar cloud resulted in new issues being uncovered.
Addressed two of the three issues with this:
  Remove this unused import...
  Add at least one assertion to this test case.
The item left outstanding is:
  Make sure that command line arguments are used safely here.

Issue-ID: POLICY-2206
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: Ie5dc339640102a5b4471e5b719338358ec3e0209
Signed-off-by: Jim Hahn <jrh3@att.com>
main/src/main/java/org/onap/policy/api/main/parameters/ApiParameterGroup.java
main/src/test/java/org/onap/policy/api/main/startstop/TestMain.java