Skip to content

Commit

Permalink
Fix javadoc warning and remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
renner committed Feb 1, 2017
1 parent d532136 commit 2f7cecd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/com/suse/salt/netapi/client/SaltClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,8 @@ public <T> Map<String, Object> 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 <T> Map<String, Result<SSHRawResult>> runRawSSHCommand(final String command,
final Target<T> target, SaltSSHConfig cfg)
throws SaltException {
Expand All @@ -448,7 +447,6 @@ public <T> Map<String, Result<SSHRawResult>> runRawSSHCommand(final String comma
return result.getResult().get(0);
}


/**
* Asynchronously start any execution command bypassing normal session handling.
* <p>
Expand Down

0 comments on commit 2f7cecd

Please sign in to comment.