Update git submodules
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 14 Oct 2019 14:05:08 +0000 (10:05 -0400)
committerGerrit Code Review <gerrit@onap.org>
Mon, 14 Oct 2019 14:05:08 +0000 (14:05 +0000)
commit7b9195fe089405dc975397282a0cda0a2023aac6
treed5d8728af7c935ae43cc41b74d5469432ce791c3
parentaa8120a51ed6a2ff5f347cfaa43a1367a0d1555c
Update git submodules

* Update docs/submodules/policy/engine.git from branch 'master'
  to f36e53a3637e1204a42491ec0eeed7b3c763f681
  - More sonar cleanup and line consolidation

    Missing javadoc and some variable naming to remove consecutive
    capitlization of letters.

    120 line width reduction
    Missing curly braces
    Moving variables due to distance requirements
    Add missing rawtype suppression or useless ones
    There are some null return statements that are useless

    Started doing some combining of lines at the risk of making the
    code even more unreadable than it already is.

    Started addressing some nested if's.

    I see opportunity for a lot of common code to be combined or
    put into a base controller or utility method.

    Issue-ID: POLICY-2133
    Change-Id: I6d4d9618bea685cf1d02899e3a9d4a43919a2a96
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
docs/submodules/policy/engine.git