File tree 1 file changed +2
-4
lines changed
src/main/java/com/google/firebase
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,7 @@ public int getConnectTimeout() {
201
201
}
202
202
203
203
/**
204
- * Returns the read timeout in milliseconds, which is applied to outgoing REST calls
205
- * made by the SDK.
204
+ * Returns the read timeout applied to outgoing REST calls in milliseconds.
206
205
*
207
206
* @return Read timeout in milliseconds. 0 indicates an infinite timeout.
208
207
*/
@@ -211,8 +210,7 @@ public int getReadTimeout() {
211
210
}
212
211
213
212
/**
214
- * Returns the write timeout in milliseconds, which is applied to outgoing REST calls
215
- * made by the SDK.
213
+ * Returns the write timeout applied to outgoing REST calls in milliseconds.
216
214
*
217
215
* @return Write timeout in milliseconds. 0 indicates an infinite timeout.
218
216
*/
You can’t perform that action at this time.
0 commit comments