From 7b9195fe089405dc975397282a0cda0a2023aac6 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 14 Oct 2019 10:05:08 -0400 Subject: [PATCH] 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 --- docs/submodules/policy/engine.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git index b86c95c99..f36e53a36 160000 --- a/docs/submodules/policy/engine.git +++ b/docs/submodules/policy/engine.git @@ -1 +1 @@ -Subproject commit b86c95c99240e8ed0ef91932a70ebed313dbd60c +Subproject commit f36e53a3637e1204a42491ec0eeed7b3c763f681 -- 2.16.6