From 2f7cecd1b50a31270f8155148bc3443b30f6291e Mon Sep 17 00:00:00 2001 From: Johannes Renner Date: Wed, 1 Feb 2017 17:36:17 +0100 Subject: [PATCH] Fix javadoc warning and remove empty lines --- src/main/java/com/suse/salt/netapi/client/SaltClient.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/com/suse/salt/netapi/client/SaltClient.java b/src/main/java/com/suse/salt/netapi/client/SaltClient.java index 7ddab5a68..45939d45b 100644 --- a/src/main/java/com/suse/salt/netapi/client/SaltClient.java +++ b/src/main/java/com/suse/salt/netapi/client/SaltClient.java @@ -423,9 +423,8 @@ public Map run(final String username, final String password, * @param cfg SaltSSH config holder * @return a map in which every key is a host associated to the result of the * raw command - * @throws SaltException + * @throws SaltException if anything goes wrong */ - public Map> runRawSSHCommand(final String command, final Target target, SaltSSHConfig cfg) throws SaltException { @@ -448,7 +447,6 @@ public Map> runRawSSHCommand(final String comma return result.getResult().get(0); } - /** * Asynchronously start any execution command bypassing normal session handling. *