X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2Fhighlevel%2FPeerListResult.java;h=456e01e3b8b0675ed8ca959ecdba5710106d38e4;hb=16353715c279d8b535b7aabb287764e591788c92;hp=1d6e91fcd73cd7b381122595dc4e91ae70bbaf4a;hpb=3a469460159df2cb9e9c99dbedd1e9b7b4ef22bd;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/highlevel/PeerListResult.java b/src/net/pterodactylus/fcp/highlevel/PeerListResult.java index 1d6e91f..456e01e 100644 --- a/src/net/pterodactylus/fcp/highlevel/PeerListResult.java +++ b/src/net/pterodactylus/fcp/highlevel/PeerListResult.java @@ -37,6 +37,16 @@ public class PeerListResult extends HighLevelResult implements Iterable { private final List peers = new ArrayList(); /** + * Package-private constructor. + * + * @param identifier + * The identifier of the request + */ + PeerListResult(String identifier) { + super(identifier); + } + + /** * Adds a peer to the list. * * @param peer