3
0
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:
Mike Hearn 2012-12-12 22:23:55 +01:00
parent 590fd82fdc
commit 1710be5b06

View File

@ -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>
* *