From 603150cbd814c062e6a59275e7db7abe059a28c2 Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Fri, 22 Feb 2019 15:13:58 +0000 Subject: Update git submodules * Update docs/submodules/so.git from branch 'master' to 92060fb87e64a984fb13c5f9be1cee741ea58637 - Merge "fix potential nullpointer from sonar" - fix potential nullpointer from sonar MsoMulticloudUtils: multicloudClient may be null throw MsoException if it is null (instead of NullPointer) removed unnecessary StackInfo object creation using format specifiers for a logger instead of String concatenation removed else block to make the code easier to read Added tests for the method Change-Id: I80d2e0ba2ef2d20c488cdfcf103d9cfa5784ab65 Issue-ID: SO-1516 Signed-off-by: k.kazak --- docs/submodules/so.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/so.git') diff --git a/docs/submodules/so.git b/docs/submodules/so.git index 368a5dae9..92060fb87 160000 --- a/docs/submodules/so.git +++ b/docs/submodules/so.git @@ -1 +1 @@ -Subproject commit 368a5dae984044557a5fb974bd5008a0893536d3 +Subproject commit 92060fb87e64a984fb13c5f9be1cee741ea58637 -- cgit 1.2.3-korg