From ffc980a5a347b6f1d81df0a9c0c7ab09c141c735 Mon Sep 17 00:00:00 2001 From: Wojciech Sliwka Date: Mon, 22 Jul 2019 09:54:28 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/vid.git from branch 'master' to aa9bee1fac0a5a5ee96a896de90645bb950b609a - Merge "Allow full-path to certificate and remove implicit Optional::toString" - Allow full-path to certificate and remove implicit Optional::toString 1) If getAAITruststoreFilename or getAAIKeystoreFilename has a file separator -- don't append certFilePath to filename. 2) getKeystorePath() is issuing Optional::orElse, as the code `+ getAAIKeystoreFilename()` is implicitly calling `getAAIKeystoreFilename().toString()` which yields a default toString e.g. "Optional[configValue]". Issue-ID: VID-229 Change-Id: I9c135cc3dfd72cdc203b59d78162a568a6dbd688 Signed-off-by: Ittay Stern --- docs/submodules/vid.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git index b491faf8b..aa9bee1fa 160000 --- a/docs/submodules/vid.git +++ b/docs/submodules/vid.git @@ -1 +1 @@ -Subproject commit b491faf8b57779addeb41def6be4c8977d0d5acd +Subproject commit aa9bee1fac0a5a5ee96a896de90645bb950b609a -- 2.16.6