Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit2625a07

Browse files
author
b.gorriz
committed
fix parse error
1 parentf9c7f82 commit2625a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/java/com/google/firebase/database/connection/NettyWebSocketClient.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class NettyWebSocketClient implements WebsocketConnection.WSClient {
3838

3939
privatestaticfinalintDEFAULT_WSS_PORT =443;
4040
privatestaticfinalStringPROXY_HOST =System.getProperty("https.proxyHost");
41-
privatestaticfinalintPROXY_PORT =Integer.parseInt(System.getProperty("https.proxyPort"));
41+
privatestaticfinalintPROXY_PORT =Integer.parseInt(System.getProperty("https.proxyPort","80"));
4242
privatestaticfinalBooleanPROXY_ENABLED =Boolean.parseBoolean(System.getProperty("com.google.api.client.should_use_proxy","false"));
4343
publicstaticfinalStringPROXY_USER =System.getProperty("https.proxyUser");
4444
publicstaticfinalStringPROXY_PASS =System.getProperty("https.proxyPassword");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp