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)
commitda69a242b19dc544f9c649b6800673a78461e9ae
treeb8fdf98b4d9880c14e9328299794cb69ea23f979
parentd30d507f709ffd1a6b5fa16dc228aef5b49ee97e
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 <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