From cd68fc9bae7d6258f77ff59c1431e4f925f61a4c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 13 Sep 2018 23:48:50 +0100 Subject: Address sonar/Checkstyle Issues Sweep through Apex codebase to fix most ceheckstyle and straightforward sonar issues. Issue-ID: POLICY-1034 Change-Id: I149d9a94ad893affc93573e8de5e3304b6bdde2d Signed-off-by: liamfallon --- .../java/org/onap/policy/apex/tools/simple/wsclient/SimpleConsole.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/simple-wsclient/src/main') diff --git a/tools/simple-wsclient/src/main/java/org/onap/policy/apex/tools/simple/wsclient/SimpleConsole.java b/tools/simple-wsclient/src/main/java/org/onap/policy/apex/tools/simple/wsclient/SimpleConsole.java index 810c74da5..bb38a37a0 100644 --- a/tools/simple-wsclient/src/main/java/org/onap/policy/apex/tools/simple/wsclient/SimpleConsole.java +++ b/tools/simple-wsclient/src/main/java/org/onap/policy/apex/tools/simple/wsclient/SimpleConsole.java @@ -112,7 +112,7 @@ public class SimpleConsole extends WebSocketClient { * @throws NotYetConnectedException if not connected to server when sending events * @throws IOException on an IO problem on standard in */ - public void runClient() throws NotYetConnectedException, IOException { + public void runClient() throws IOException { final Thread thread = new Thread() { @Override public void run() { -- cgit 1.2.3-korg