Update git submodules
authorSteve Smokowski <ss835w@att.com>
Fri, 22 Feb 2019 15:13:58 +0000 (15:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 22 Feb 2019 15:13:58 +0000 (15:13 +0000)
commit603150cbd814c062e6a59275e7db7abe059a28c2
treec8dff9e7576387157f75244620fddc7bd94dec97
parente68a187077cdd818e273d9315b1e8d999134d842
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 <k.kazak@samsung.com>
docs/submodules/so.git