X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDAResponse.java;h=76660c5d711e38d893b065d20c1d19cc475ba6cc;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=cb452f70b2a4a728aa762291c9910522a8b74a48;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/TestDDAResponse.java b/src/net/pterodactylus/fcp/TestDDAResponse.java index cb452f7..76660c5 100644 --- a/src/net/pterodactylus/fcp/TestDDAResponse.java +++ b/src/net/pterodactylus/fcp/TestDDAResponse.java @@ -1,6 +1,5 @@ /* - * jSite2 - TestDDAResponse.java - - * Copyright © 2008 David Roden + * jFCPlib - TestDDAResponse.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 @@ -23,9 +22,8 @@ package net.pterodactylus.fcp; * A “TestDDAResponse” is sent to let the node know that either created a file * with the content from {@link TestDDAReply#getContentToWrite()} or that you * read the content of the file given by {@link TestDDAReply#getReadFilename()}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class TestDDAResponse extends FcpMessage { @@ -33,7 +31,7 @@ public class TestDDAResponse extends FcpMessage { * Creates a new “TestDDAResponse” message that signals that you created the * file given by {@link TestDDAReply#getWriteFilename()} and wrote the * contents given by {@link TestDDAReply#getContentToWrite()} to it. - * + * * @param directory * The directory from the {@link TestDDARequest} command */ @@ -48,12 +46,12 @@ public class TestDDAResponse extends FcpMessage { * specified that you want to write to the directory) and/or that you read * the file given by {@link TestDDAReply#getReadFilename()} (when you * specified you wanted to read the directory). - * + * * @param directory * The directory from the {@link TestDDARequest} command * @param readContent - * The read content, or null if you did not - * request read access + * The read content, or null if you did not request + * read access */ public TestDDAResponse(String directory, String readContent) { super("TestDDAResponse");