X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FClientPutDiskDir.java;h=f52c5cc839d1c126e2858687c459f8ed359e5d41;hb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;hp=3a81451c195c984c910adb97209373460cd4b9c2;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ClientPutDiskDir.java b/src/net/pterodactylus/fcp/ClientPutDiskDir.java index 3a81451..f52c5cc 100644 --- a/src/net/pterodactylus/fcp/ClientPutDiskDir.java +++ b/src/net/pterodactylus/fcp/ClientPutDiskDir.java @@ -1,6 +1,5 @@ /* - * jSite2 - ClientPutDiskDir.java - - * Copyright © 2008 David Roden + * jFCPlib - ClientPutDiskDir.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +23,6 @@ package net.pterodactylus.fcp; * the disk to a single key. * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class ClientPutDiskDir extends FcpMessage { @@ -107,8 +105,8 @@ public class ClientPutDiskDir extends FcpMessage { * already been compressed. * * @param dontCompress - * true to skip compression of the data in the - * node, false to allow compression + * true to skip compression of the data in the node, + * false to allow compression */ public void setDontCompress(boolean dontCompress) { setField("DontCompress", String.valueOf(dontCompress));