> }
> + if (config.canUseProxyFromJvm()) {
> + return getDefaultProxy(endpoint);
> + }
> + if (config.useSystem()) {
> + System.setProperty("java.net.useSystemProxies", "true");> there is a comment on the property in Constants to that effect I was thinking more along the lines of an implementer hint? Something like `// probably does nothing - see comment in Constants...`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/914/files#r52050895
