Skip to content

Commit 37210f3

Browse files
committed
fix readme
1 parent b815eae commit 37210f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,7 @@
311311
config.setMaxRetryTimes(5);
312312
config.setConnectionTimeout(10 * 1000);// 10 seconds
313313
config.setSSLVersion("TLSv1.1");
314-
315314
ClientConfig.setReadTimeout(ClientConfig.getInstance(), 30 * 1000);// 30 seconds
316-
317315
JPushClient jPushClient = new JPushClient(masterSecret, appKey, null, config);
318316
}
319317
```

0 commit comments

Comments
 (0)