3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 06:44:16 +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:
Mike Hearn 2012-12-07 15:41:58 +01:00
parent 26f63550be
commit 2bcef988b4

View File

@ -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
* 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 {
private static final int DEFAULT_CONNECTIONS = 4;