From f7b2539f4315ff290a73ad84d3dd5d207580b83c Mon Sep 17 00:00:00 2001 From: Francis Toth Date: Tue, 5 May 2020 04:14:59 -0400 Subject: [PATCH] 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 Issue-ID: SDC-2812 --- docs/submodules/sdc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/sdc.git b/docs/submodules/sdc.git index 8394fae8e..762a1a320 160000 --- a/docs/submodules/sdc.git +++ b/docs/submodules/sdc.git @@ -1 +1 @@ -Subproject commit 8394fae8e6fca37ad8f3e10ade82d8d2507585d1 +Subproject commit 762a1a320d92ca7415265066dbe4dfd7df91c2ec -- 2.16.6