> @@ -79,8 +78,6 @@ public Builder noPassword() {
>
> public Builder privateKey(String privateKey) {
> this.privateKey = Optional.fromNullable(privateKey);
> - if (password == null)
> - noPassword();If I understand correctly, this and the above are no longer needed because both fields are initialized to `Optional.absent()`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/374/files#r15117829
