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

Possible outcomes:

* @@ -235,7 +235,7 @@ public class PeerTable { return distance; } - /** A struct that encapsulates the result of a peer addition to the table. */ + /** A class that encapsulates the result of a peer addition to the table. */ public static class AddResult { /** The outcome of the operation. */ public enum Outcome {