From cf53c9f104e8cbdc42e0345d9d5fa3f7a8bcd1ab Mon Sep 17 00:00:00 2001 From: anushadasari Date: Wed, 7 Aug 2019 21:36:50 +0530 Subject: 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 - 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 - 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 --- docs/submodules/vid.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/vid.git b/docs/submodules/vid.git index 12b750955..f75a21abd 160000 --- a/docs/submodules/vid.git +++ b/docs/submodules/vid.git @@ -1 +1 @@ -Subproject commit 12b7509555b1932b90ed7889d62b100557b603eb +Subproject commit f75a21abd69e73982eb43ccfa314f8f1436dcabf -- cgit 1.2.3-korg