> } > + return null; // identity and/or credentials are not files, can't setup > sslContext
Don't return null. Suppliers should not return null. Instead, move the is file checks to the calling class, and only call the supplier if needed. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/172/files#r29742488
