X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFileEntry.java;h=c0476351acc98c71838a0017a3ab724ae58f6d48;hb=19b64d7251237d7fae94b152d8a83b346ff77c33;hp=baa0b6d6de3b359c2531c2d7300e937680158b07;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FileEntry.java b/src/net/pterodactylus/fcp/FileEntry.java index baa0b6d..c047635 100644 --- a/src/net/pterodactylus/fcp/FileEntry.java +++ b/src/net/pterodactylus/fcp/FileEntry.java @@ -57,8 +57,8 @@ public abstract class FileEntry { * @param name * The name of the file * @param contentType - * The content type of the file, or null to let - * the node auto-detect it + * The content type of the file, or null to let the + * node auto-detect it * @param length * The length of the file * @param dataInputStream @@ -77,8 +77,8 @@ public abstract class FileEntry { * @param filename * The name of the file on disk * @param contentType - * The content type of the file, or null to let - * the node auto-detect it + * The content type of the file, or null to let the + * node auto-detect it * @param length * The length of the file, or -1 to not specify a * size @@ -145,8 +145,8 @@ public abstract class FileEntry { * @param name * The name of the file * @param contentType - * The content type of the file, or null to - * let the node auto-detect it + * The content type of the file, or null to let + * the node auto-detect it * @param length * The length of the file * @param inputStream @@ -223,8 +223,8 @@ public abstract class FileEntry { * @param filename * The name of the on-disk file * @param contentType - * The content type of the file, or null to - * let the node auto-detect it + * The content type of the file, or null to let + * the node auto-detect it * @param length * The length of the file */