diff options
author | anushadasari <danush10@in.ibm.com> | 2019-08-07 21:36:50 +0530 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-07 16:06:50 +0000 |
commit | cf53c9f104e8cbdc42e0345d9d5fa3f7a8bcd1ab (patch) | |
tree | 1a178250e09b384651142bbddbba7ac8cca5334f | |
parent | 7c380d83ec0e97510f61e0242d91a676c5c5835f (diff) |
Update git submodules
* Update docs/submodules/vid.git from branch 'master'
to f75a21abd69e73982eb43ccfa314f8f1436dcabf
- Remove the declaration of thrown exception
Remove the declaration of thrown exception 'org.onap.vid.aai.ExceptionWithRequestInfo' which is a runtime exception.
Issue-ID: VID-559
Change-Id: I275d7323d153c70fa515af4a0417fe0910ee451d
Signed-off-by: anushadasari <danush10@in.ibm.com>
- Remove 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-563
Change-Id: Id88ce00cca08b58e0ac4beb60026c9dae5dd892e
Signed-off-by: anushadasari <danush10@in.ibm.com>
- At most one statement is allowed per line
At most one statement is allowed per line, but 2 statements were found
on this line.
For better readability, do not put more than one statement on a single line.
Issue-ID: VID-562
Change-Id: Ibdae3413af96d49ce7a39e53d3af611e237cc16b
Signed-off-by: anushadasari <danush10@in.ibm.com>
m--------- | docs/submodules/vid.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git -Subproject 12b7509555b1932b90ed7889d62b100557b603e +Subproject f75a21abd69e73982eb43ccfa314f8f1436dcab |