From: Ittay Stern Date: Wed, 21 Aug 2019 06:34:15 +0000 (+0000) Subject: Update git submodules X-Git-Tag: elalto.1.5.2~815 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=da69a242b19dc544f9c649b6800673a78461e9ae;p=doc.git Update git submodules * Update docs/submodules/vid.git from branch 'master' to 8af834cdee882fb2c7ff55626978f3df2e0e6004 - Merge changes from topics "VID-580", "VID-579", "VID-578" * changes: unused import Move the variable to comply with JCC. semicolon at the end of this statement. - unused import The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer. Unused and useless imports should not occur if that is the case. Leaving them in reduces the code's readability, since their presence can be confusing. Issue-ID: VID-580 Change-Id: I3ea680af37477b564d02fcc9b58956b3958d184d Signed-off-by: anushadasari - Move the variable to comply with JCC. According to the Java Code Conventions as defined by Oracle, the members of a class or interface declaration should appear in the following order in the source files: Class and instance variables Constructors Methods Issue-ID: VID-579 Change-Id: Ie87b550a30df06eb2498565b719bd52b11d0c3f9 Signed-off-by: anushadasari - semicolon at the end of this statement. In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Change-Id: Ia09e1bb1894da379f68cc39e83f955e66b957511 Issue-ID: VID-578 Signed-off-by: anushadasari --- diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git index b63481896..8af834cde 160000 --- a/docs/submodules/vid.git +++ b/docs/submodules/vid.git @@ -1 +1 @@ -Subproject commit b63481896467e5c2a0e5a8df0f2e11e892774ef4 +Subproject commit 8af834cdee882fb2c7ff55626978f3df2e0e6004