> private Type type;
> private Optional<HostAndPort> proxy;
> private Optional<Credentials> credentials;
>
> - MyProxyConfig(boolean useSystem, Type type, Optional<HostAndPort>
> proxy, Optional<Credentials> credentials) {
> + MyProxyConfig(boolean useSystem, boolean canUseProxyFromJvm, Type
> type, Optional<HostAndPort> proxy, Optional<Credentials> credentials) {
it isn't whether it *will* use, it is whether it *can* use it.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/914/files#r52049364