X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FListPeers.java;h=b69e5eeb0a102bb9a0aad0bea6d4877bfabf1259;hp=b0cbd1b74258be88676be4be6542852496411452;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/ListPeers.java b/src/main/java/net/pterodactylus/fcp/ListPeers.java index b0cbd1b..b69e5ee 100644 --- a/src/main/java/net/pterodactylus/fcp/ListPeers.java +++ b/src/main/java/net/pterodactylus/fcp/ListPeers.java @@ -37,7 +37,8 @@ public class ListPeers extends FcpMessage { } /** - * Creates a new “ListPeers” request that includes wanted data of the peers. + * Creates a new “ListPeers” request that includes wanted data of the + * peers. * * @param identifier * The identifier of the request @@ -45,8 +46,8 @@ public class ListPeers extends FcpMessage { * 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");