Skip to content

Commit 9124372

Browse files
committed
remove connectTimeout
1 parent fee3531 commit 9124372

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

google-cloud-core/src/main/java/com/google/cloud/HttpServiceOptions.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,6 @@ public void initialize(HttpRequest httpRequest) throws IOException {
183183
};
184184
}
185185

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-
194186
/**
195187
* Returns the timeout in milliseconds to establish a connection. 0 is an infinite timeout, a
196188
* negative number is the default value (20000).

0 commit comments

Comments
 (0)