diff --git a/ethereum/p2p/src/main/java/tech/pegasys/pantheon/ethereum/p2p/discovery/internal/PeerTable.java b/ethereum/p2p/src/main/java/tech/pegasys/pantheon/ethereum/p2p/discovery/internal/PeerTable.java index 9a14f978c7..1f7981331d 100644 --- a/ethereum/p2p/src/main/java/tech/pegasys/pantheon/ethereum/p2p/discovery/internal/PeerTable.java +++ b/ethereum/p2p/src/main/java/tech/pegasys/pantheon/ethereum/p2p/discovery/internal/PeerTable.java @@ -90,8 +90,8 @@ public class PeerTable { } /** - * Attempts to add the provided peer to the peer table, and returns a struct signalling one of - * three outcomes. + * Attempts to add the provided peer to the peer table, and returns an {@link AddResult} + * signalling one of three outcomes. * *