From 78ab70f4b5300e69c10ca7068d4141e962823494 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 31 Jan 2018 13:05:40 +0000 Subject: Updated git submodules Project: policy/engine master 9df8b88412f6e890320bc446ba1c83a13e99822d Merge "Fix technical debt and reduce lines" Fix technical debt and reduce lines Focused on iterating over entrySet along with more fixes for dead stores, unnecessary exceptions. I'm also starting to work on reducing the number of code lines. * Iterate using entrySet * Remove useless assignments * Unnecessary exceptions * Use StringBuilder instead of StringBuffer due to synchronization * Potential null exceptions being thrown * Returning a empty collection vs null Issue-ID: POLICY-482 Change-Id: If6ac8e812237f37b2b10c534535df4090a5073dd Signed-off-by: Pamela Dragosh --- docs/submodules/policy/engine.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/policy') diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git index cac5ee759..9df8b8841 160000 --- a/docs/submodules/policy/engine.git +++ b/docs/submodules/policy/engine.git @@ -1 +1 @@ -Subproject commit cac5ee759fee5db51a32838c7e25b878468a27e0 +Subproject commit 9df8b88412f6e890320bc446ba1c83a13e99822d -- cgit 1.2.3-korg