> 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) {
[nit] Is there a specific reason to call this `canUse...` rather than simply
`useJvm` (in analogy to `useSystem`)?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/914/files#r52048622