From: Ittay Stern Date: Thu, 10 Oct 2019 08:22:51 +0000 (+0000) Subject: Update git submodules X-Git-Tag: 6.0.0-ONAP~4636 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1a235a2d2d0934be00e24e1352fbbc1a351bf269;p=doc.git Update git submodules * Update docs/submodules/vid.git from branch 'master' to 012975b2349ba5cc7c8434195b59459b8b0a0e89 - Merge changes from topics "VID-30", "VID-37" * changes: Add the "@Override" annotation. Replace "==" with "===". - Add the "@Override" annotation. Using the @Override annotation is useful for two reasons : It elicits a warning from the compiler if the annotated method doesn't actually override anything, as in the case of a misspelling. It improves the readability of the source code by making it obvious that methods are overridden. Issue-ID: VID-612 Change-Id: I90f07b6da5934fcba0c6d4106a75684438d8bb4b Signed-off-by: anushadasari - Replace "==" with "===". The == and != operators do type coercion before comparing values. This is bad because it can mask type errors. For example, it evaluates ' \t\r\n' == 0 as true. It is best to always use the side-effect-less === and !== operators instead. Issue-ID: VID-656 Change-Id: If93fe032fae618bb0bd7112c24a0e4d3acab6337 Signed-off-by: anushadasari --- diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git index e02ffbb58..012975b23 160000 --- a/docs/submodules/vid.git +++ b/docs/submodules/vid.git @@ -1 +1 @@ -Subproject commit e02ffbb580a3a8049baae4437871129d6e37c91a +Subproject commit 012975b2349ba5cc7c8434195b59459b8b0a0e89