diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-09-14 13:19:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-14 13:19:52 +0000 |
commit | ec351d2ee36a37af78476feaff401fac47afe524 (patch) | |
tree | ba9de9c01422f471c18120e5e5be618597f3d706 /tools/simple-wsclient/src | |
parent | 330836ad1aa9c88dd3c308fcd750ccd1aaf3e4b9 (diff) | |
parent | cd68fc9bae7d6258f77ff59c1431e4f925f61a4c (diff) |
Merge "Address sonar/Checkstyle Issues"
Diffstat (limited to 'tools/simple-wsclient/src')
-rw-r--r-- | tools/simple-wsclient/src/main/java/org/onap/policy/apex/tools/simple/wsclient/SimpleConsole.java | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |