X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FListPeers.java;h=85951c0c71b6e428e3876c4a89af879774eb8ea6;hp=00b7162849f86f1485241d70e71824471ad38192;hb=19b64d7251237d7fae94b152d8a83b346ff77c33;hpb=450cca137543c1d8adfdca98b410dfefeb6256cf diff --git a/src/net/pterodactylus/fcp/ListPeers.java b/src/net/pterodactylus/fcp/ListPeers.java index 00b7162..85951c0 100644 --- a/src/net/pterodactylus/fcp/ListPeers.java +++ b/src/net/pterodactylus/fcp/ListPeers.java @@ -43,11 +43,11 @@ public class ListPeers extends FcpMessage { * @param identifier * The identifier of the request * @param withMetadata - * If true metadata of the peers is included in - * the reply + * If true metadata of the peers is included in the + * reply * @param withVolatile - * if true volatile data of the peers is included - * in the reply + * if true volatile data of the peers is included in + * the reply */ public ListPeers(String identifier, boolean withMetadata, boolean withVolatile) { super("ListPeers");