8000 updating system property · mikekap/google-http-java-client@ea47b63 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea47b63

Browse files
Daniel Ribeiromattwhisenhunt
authored andcommitted
updating system property
1 parent ace3289 commit ea47b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public NetHttpTransport() {
130130

131131
private ConnectionFactory getConnectionFactory(ConnectionFactory connectionFactory) {
132132
if (connectionFactory == null) {
133-
if (System.getProperties().getProperty("com.api.client.should_use_proxy") != null) {
133+
if (System.getProperties().getProperty("com.google.api.client.should_use_proxy") != null) {
134134
return new DefaultConnectionFactory(defaultProxy());
135135
}
136136
return new DefaultConnectionFactory();

0 commit comments

Comments
 (0)
0