Update git submodules
authorIttay Stern <ittay.stern@att.com>
Wed, 21 Aug 2019 06:34:15 +0000 (06:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 21 Aug 2019 06:34:15 +0000 (06:34 +0000)
* 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 <danush10@in.ibm.com>
  - 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 <danush10@in.ibm.com>
  - 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 <danush10@in.ibm.com>
docs/submodules/vid.git

index b634818..8af834c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b63481896467e5c2a0e5a8df0f2e11e892774ef4
+Subproject commit 8af834cdee882fb2c7ff55626978f3df2e0e6004