No-sonar on the wrong line 91/121591/1
authorJim Hahn <jrh3@att.com>
Fri, 28 May 2021 14:59:36 +0000 (10:59 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 28 May 2021 15:01:52 +0000 (11:01 -0400)
commit64a014a75a8b7c23dc05b1c889ece6ae92ed9eeb
tree7f378041926e37105ce98b64e1b1498aa9348d0e
parente6bc3b407aadcab3b54074e39afc4c4dfe142b06
No-sonar on the wrong line

Tried putting NOSONAR comment at the end of the statement, because it
seems like checkstyle/sonar doesn't like comments in the middle of a
statement.  Nonetheless, sonar still reports an issue on the line with
the "SELECT" statement, so I guess there's no choice but to move NOSONAR
to the end of that line.

Issue-ID: POLICY-3094
Change-Id: If26ad0b1e7dcc9c7aa963da10a9c5160a8fe272d
Signed-off-by: Jim Hahn <jrh3@att.com>
models-dao/src/main/java/org/onap/policy/models/dao/impl/DefaultPfDao.java