mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 02:35:52 +00:00
Fix typo in PeerGroup c'tor javadoc. Spotted by Matt.
This commit is contained in:
parent
590fd82fdc
commit
1710be5b06
@ -154,7 +154,7 @@ public class PeerGroup {
|
|||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* ClientBootstrap bootstrap = PeerGroup.createClientBootstrap();
|
* ClientBootstrap bootstrap = PeerGroup.createClientBootstrap();
|
||||||
* bootstrap.setOption("oonnectionTimeoutMillis", 3000);
|
* bootstrap.setOption("connectionTimeoutMillis", 3000);
|
||||||
* PeerGroup peerGroup = new PeerGroup(params, chain, bootstrap);
|
* PeerGroup peerGroup = new PeerGroup(params, chain, bootstrap);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user