X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDAReply.java;h=bf102d6ce667f3b904f6768f61410cb456431d18;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=77aba4578202f13d811c35bbffd00679c260b4f6;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/TestDDAReply.java b/src/net/pterodactylus/fcp/TestDDAReply.java index 77aba45..bf102d6 100644 --- a/src/net/pterodactylus/fcp/TestDDAReply.java +++ b/src/net/pterodactylus/fcp/TestDDAReply.java @@ -24,14 +24,14 @@ package net.pterodactylus.fcp; * {@link #getReadFilename()} will give you a filename. Similarly, if you * specified that you want to write in the directory {@link #getWriteFilename()} * will give you a filename to write {@link #getContentToWrite()} to. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class TestDDAReply extends BaseMessage { /** * Creates a “TestDDAReply” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -41,7 +41,7 @@ public class TestDDAReply extends BaseMessage { /** * Returns the directory the TestDDRequest was made for. - * + * * @return The directory to test */ public String getDirectory() { @@ -51,7 +51,7 @@ public class TestDDAReply extends BaseMessage { /** * Returns the filename you have to read to proof your ability to read that * specific directory. - * + * * @return The name of the file to read */ public String getReadFilename() { @@ -61,7 +61,7 @@ public class TestDDAReply extends BaseMessage { /** * Returns the filename you have to write to to proof your ability to write * to that specific directory. - * + * * @return The name of the file write to */ public String getWriteFilename() { @@ -72,7 +72,7 @@ public class TestDDAReply extends BaseMessage { * If you requested a test for writing permissions you have to write the * return value of this method to the file given by * {@link #getWriteFilename()}. - * + * * @return The content to write to the file */ public String getContentToWrite() {