X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFcpConnection.java;h=dbe8d4fd425cfb0c169e42eb3f5ccffbfca9ebac;hb=99e3619bcf2e4762678d6c8bd24da08bc87b7190;hp=efba29755342a2c8d1c221be8805467f2d353bde;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FcpConnection.java b/src/net/pterodactylus/fcp/FcpConnection.java index efba297..dbe8d4f 100644 --- a/src/net/pterodactylus/fcp/FcpConnection.java +++ b/src/net/pterodactylus/fcp/FcpConnection.java @@ -872,7 +872,7 @@ public class FcpConnection implements Closeable { * A wrapper around an {@link InputStream} that only supplies a limit number * of bytes from the underlying input stream. * - * @author David Roden + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ private static class LimitedInputStream extends FilterInputStream {