X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDAComplete.java;h=bea91d9800a74535c70467fdaf6810368c49883b;hp=556b631b6f72b58a76898b5a72a2fac2a85494c0;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/TestDDAComplete.java b/src/net/pterodactylus/fcp/TestDDAComplete.java index 556b631..bea91d9 100644 --- a/src/net/pterodactylus/fcp/TestDDAComplete.java +++ b/src/net/pterodactylus/fcp/TestDDAComplete.java @@ -21,14 +21,14 @@ package net.pterodactylus.fcp; /** * The “TestDDAComplete” message signals that the node has finished checking * your read and write access to a certain directory. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class TestDDAComplete extends BaseMessage { /** * Creates a new “TestDDAComplete” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -38,7 +38,7 @@ public class TestDDAComplete extends BaseMessage { /** * Returns the directory the authorization is given for. - * + * * @return The directory that was tested for read and/or write access */ public String getDirectory() { @@ -47,7 +47,7 @@ public class TestDDAComplete extends BaseMessage { /** * Returns whether read access to the directory is allowed. - * + * * @return true if the client is allowed to read from that * directory, false otherwise */ @@ -57,7 +57,7 @@ public class TestDDAComplete extends BaseMessage { /** * Returns whether write access to the directory is allowed. - * + * * @return true if the client is allowed to write into that * directory, false otherwise */