commit | 64a014a75a8b7c23dc05b1c889ece6ae92ed9eeb | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Fri May 28 10:59:36 2021 -0400 |
committer | Jim Hahn <jrh3@att.com> | Fri May 28 11:01:52 2021 -0400 |
tree | 7f378041926e37105ce98b64e1b1498aa9348d0e | |
parent | e6bc3b407aadcab3b54074e39afc4c4dfe142b06 [diff] |
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>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Model code that is agnostic to any PDP. It is common amongst all the repositories.
To build it using Maven 3, run: mvn clean install