> @@ -79,8 +78,6 @@ public Builder noPassword() {
>
> public Builder privateKey(String privateKey) {
> this.privateKey = Optional.fromNullable(privateKey);
> - if (password == null)
> - noPassword();Correct. And nothing can subsequently set the private field to null. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/374/files#r15160580
