3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 23:02:15 +00:00

Fix typo in PeerGroup c'tor javadoc. Spotted by Matt.

This commit is contained in:
Mike Hearn 2012-12-12 22:23:55 +01:00
parent 590fd82fdc
commit 1710be5b06

View File

@ -154,7 +154,7 @@ public class PeerGroup {
*
* <pre>
* ClientBootstrap bootstrap = PeerGroup.createClientBootstrap();
* bootstrap.setOption("oonnectionTimeoutMillis", 3000);
* bootstrap.setOption("connectionTimeoutMillis", 3000);
* PeerGroup peerGroup = new PeerGroup(params, chain, bootstrap);
* </pre>
*