X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDAComplete.java;h=bea91d9800a74535c70467fdaf6810368c49883b;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=f11a0fd04ab717f2966e9084ee2684e4059f0437;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/TestDDAComplete.java b/src/net/pterodactylus/fcp/TestDDAComplete.java index f11a0fd..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,15 +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> - * @version $Id$ */ public class TestDDAComplete extends BaseMessage { /** * Creates a new “TestDDAComplete” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -40,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() { @@ -49,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 */ @@ -59,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 */