From e98d48957bd3a7c67f950dc42755a023cc29704f Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Sun, 24 May 2020 10:02:20 +0100 Subject: Update git submodules * Update docs/submodules/sdc.git from branch 'master' to c8f88d9b496e8f10179bfc26a09a27386d156d47 - Fix potential NullPointer in SchemaFileImport While reading the YAML to import, if the content was missing the entry node_types it was causing a NullPointerException. Also the exception was being suppressed, making very difficult to understand what happened. Change-Id: I44badbee1c739ddf6db08b4e518adb33c430fa84 Issue-ID: SDC-3070 Signed-off-by: andre.schmid --- 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 988c286ef..c8f88d9b4 160000 --- a/docs/submodules/sdc.git +++ b/docs/submodules/sdc.git @@ -1 +1 @@ -Subproject commit 988c286efe09c01db6f2e41f0ce4b2f49f92d1a6 +Subproject commit c8f88d9b496e8f10179bfc26a09a27386d156d47 -- cgit 1.2.3-korg