Skip to content

Commit 2988d9c

Browse files
Fix doc strings in #900 (#947)
Address TW reviews in #900
1 parent ebd86a5 commit 2988d9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: src/main/java/com/google/firebase/FirebaseOptions.java

+2-4
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)