Update git submodules
authorFrancis Toth <francis.toth@yoppworks.com>
Tue, 5 May 2020 08:14:59 +0000 (04:14 -0400)
committerGerrit Code Review <gerrit@onap.org>
Tue, 5 May 2020 08:14:59 +0000 (08:14 +0000)
commitf7b2539f4315ff290a73ad84d3dd5d207580b83c
treebac032db267210db301a1d1ec92172312e0e13bc
parentca657e834078d61231391cb78474851d6f81bd15
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 762a1a320d92ca7415265066dbe4dfd7df91c2ec
  - Refactor CsarUtils::collectComponentTypeArtifacts

    This commit is a minor refactoring required to refactor CsarUtils::collectComponentInstanceArtifacts. In order to keep this commit small, we only focused CsarUtils::collectComponentTypeArtifacts, and removed any output that is not reflected by the function's result type. Modifying an argument is a actually a bad practice as explained in Clean Code by Robert Martin (cf. "Output arguments should be avoided"). This commit aims to enforce this aspect.

    Change-Id: Ice4d6c9a78e7706c639dd60bc272253e298bc7be
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
    Issue-ID: SDC-2812
docs/submodules/sdc.git