X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FClientGet.java;h=11268241efa85f7ed9f96be1cdd64c1ca23d64b0;hp=ce2abf12e01c3616ef6f131ceeeedc8d9196a204;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/ClientGet.java b/src/main/java/net/pterodactylus/fcp/ClientGet.java index ce2abf1..1126824 100644 --- a/src/main/java/net/pterodactylus/fcp/ClientGet.java +++ b/src/main/java/net/pterodactylus/fcp/ClientGet.java @@ -89,8 +89,8 @@ public class ClientGet extends FcpMessage { } /** - * Sets the maximum size of the file to retrieve. If the file is larger than - * this size the request will fail! + * Sets the maximum size of the file to retrieve. If the file is larger + * than this size the request will fail! * * @param maxSize * The maximum size of the file to retrieve @@ -207,8 +207,8 @@ public class ClientGet extends FcpMessage { } /** - * Sets the name for the temporary file. You should only call this method if - * your return type is {@link ReturnType#disk}! + * Sets the name for the temporary file. You should only call this method + * if your return type is {@link ReturnType#disk}! * * @param tempFilename * The name of the temporary file