From 2bcef988b4993eb20bb0f0e4cf7749b69ebca3e8 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Fri, 7 Dec 2012 15:41:58 +0100 Subject: [PATCH] Take out @author annotation from PeerGroup, as it's been worked on by lots of people by now. --- core/src/main/java/com/google/bitcoin/core/PeerGroup.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/main/java/com/google/bitcoin/core/PeerGroup.java b/core/src/main/java/com/google/bitcoin/core/PeerGroup.java index 797cd3e1..cf520297 100644 --- a/core/src/main/java/com/google/bitcoin/core/PeerGroup.java +++ b/core/src/main/java/com/google/bitcoin/core/PeerGroup.java @@ -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;