>           byte[] privateKey = loginCredentials.getPrivateKey().getBytes();
>           jsch.addIdentity(loginCredentials.getUser(), privateKey, null, 
> emptyPassPhrase);
> +      } else {

Simply `} else if {`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/312/files#r10923890

Reply via email to