Skip to content

Commit f8450dc

Browse files
committed
Fix comment type
1 parent 5234d4f commit f8450dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-config/src/main/java/com/google/firebase/remoteconfig/internal/ConfigRealtimeHttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public synchronized void beginRealtimeHttpStream() {
335335
// Open the connection and get response code.
336336
responseCode = httpURLConnection.getResponseCode();
337337

338-
// If the connection returned a 200 response code state Autofetch.
338+
// If the connection returned a 200 response code, start listening for messages.
339339
if (responseCode == HttpURLConnection.HTTP_OK) {
340340
// Reset the retries remaining if we opened the connection without an exception.
341341
resetRetryParameters();

0 commit comments

Comments
 (0)