mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 02:05:53 +00:00
Take out @author annotation from PeerGroup, as it's been worked on by lots of people by now.
This commit is contained in:
parent
26f63550be
commit
2bcef988b4
@ -57,8 +57,6 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
|||||||
*
|
*
|
||||||
* The PeerGroup can broadcast a transaction to the currently connected set of peers. It can
|
* The PeerGroup can broadcast a transaction to the currently connected set of peers. It can
|
||||||
* also handle download of the blockchain from peers, restarting the process when peers die.
|
* also handle download of the blockchain from peers, restarting the process when peers die.
|
||||||
*
|
|
||||||
* @author miron@google.com (Miron Cuperman a.k.a devrandom)
|
|
||||||
*/
|
*/
|
||||||
public class PeerGroup {
|
public class PeerGroup {
|
||||||
private static final int DEFAULT_CONNECTIONS = 4;
|
private static final int DEFAULT_CONNECTIONS = 4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user