X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDAComplete.java;h=bea91d9800a74535c70467fdaf6810368c49883b;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=4da6e3c887a45b5eea09d812b757bacbee572aff;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/TestDDAComplete.java b/src/net/pterodactylus/fcp/TestDDAComplete.java index 4da6e3c..bea91d9 100644 --- a/src/net/pterodactylus/fcp/TestDDAComplete.java +++ b/src/net/pterodactylus/fcp/TestDDAComplete.java @@ -1,6 +1,5 @@ /* - * jSite2 - TestDDAComplete.java - - * Copyright © 2008 David Roden + * jFCPlib - TestDDAComplete.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 @@ -22,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 */ @@ -39,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() { @@ -48,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 */ @@ -58,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 */