X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpUtils.java;fp=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpUtils.java;h=02e8c20aac5055672979d25a129b1ed78afc0040;hb=19b64d7251237d7fae94b152d8a83b346ff77c33;hp=a7859243a4bac01751561f47f8aba959965233e5;hpb=450cca137543c1d8adfdca98b410dfefeb6256cf;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpUtils.java b/src/net/pterodactylus/fcp/FcpUtils.java index a785924..02e8c20 100644 --- a/src/net/pterodactylus/fcp/FcpUtils.java +++ b/src/net/pterodactylus/fcp/FcpUtils.java @@ -111,8 +111,8 @@ public class FcpUtils { } /** - * Tries to parse the given string into an int, returning -1 - * if the string can not be parsed. + * Tries to parse the given string into an int, returning -1 if + * the string can not be parsed. * * @param value * The string to parse @@ -204,8 +204,8 @@ public class FcpUtils { /** * Copies as many bytes as possible (i.e. until {@link InputStream#read()} - * returns -1) from the source input stream to the - * destination output stream. + * returns -1) from the source input stream to the destination + * output stream. * * @param source * The input stream to read from @@ -220,8 +220,8 @@ public class FcpUtils { /** * Copies length bytes from the source input stream to the - * destination output stream. If length is -1 - * as much bytes as possible will be copied (i.e. until + * destination output stream. If length is -1 as + * much bytes as possible will be copied (i.e. until * {@link InputStream#read()} returns -1 to signal the end of * the stream). * @@ -240,8 +240,8 @@ public class FcpUtils { /** * Copies length bytes from the source input stream to the - * destination output stream. If length is -1 - * as much bytes as possible will be copied (i.e. until + * destination output stream. If length is -1 as + * much bytes as possible will be copied (i.e. until * {@link InputStream#read()} returns -1 to signal the end of * the stream). *