File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/main/java/com/google/firebase Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,7 @@ public int getConnectTimeout() {
201201 }
202202
203203 /**
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.
206205 *
207206 * @return Read timeout in milliseconds. 0 indicates an infinite timeout.
208207 */
@@ -211,8 +210,7 @@ public int getReadTimeout() {
211210 }
212211
213212 /**
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.
216214 *
217215 * @return Write timeout in milliseconds. 0 indicates an infinite timeout.
218216 */
You can’t perform that action at this time.
0 commit comments