We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee3531 commit 9124372Copy full SHA for 9124372
1 file changed
google-cloud-core/src/main/java/com/google/cloud/HttpServiceOptions.java
@@ -183,14 +183,6 @@ public void initialize(HttpRequest httpRequest) throws IOException {
183
};
184
}
185
186
- /**
187
- * Returns the timeout in milliseconds to establish a connection. 0 is an infinite timeout, a
188
- * negative number is the default value (20000).
189
- */
190
- public int connectTimeout() {
191
- return getConnectTimeout();
192
- }
193
-
194
/**
195
* Returns the timeout in milliseconds to establish a connection. 0 is an infinite timeout, a
196
* negative number is the default value (20000).
0 commit comments