From 6c9532c0524beebc4fae1ce6c24ab38a8d86a960 Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Thu, 14 Feb 2019 16:33:22 +0000 Subject: Update git submodules * Update docs/submodules/so.git from branch 'master' to 022e9a55a51e1e2fcf489986cb2152059583397f - Merge "fix major sonar bug" - fix major sonar bug Removed useless 'instanceof' operator as it always resolves as true Replaced it with checking for null Removed unused imports Added information about modifications on the top Added junit tests for the method Change-Id: I7a902ad2852e0ed0d507a6309857a1bab74921de Issue-ID: SO-1491 Signed-off-by: k.kazak --- docs/submodules/so.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/so.git b/docs/submodules/so.git index f14354396..022e9a55a 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit f1435439699e4e08d2bf912634208e18c894722f +Subproject commit 022e9a55a51e1e2fcf489986cb2152059583397f -- cgit 1.2.3-korg