Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / TestDDAComplete.java
index f11a0fd..bea91d9 100644 (file)
@@ -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 <code>true</code> if the client is allowed to read from that
         *         directory, <code>false</code> otherwise
         */
@@ -59,7 +57,7 @@ public class TestDDAComplete extends BaseMessage {
 
        /**
         * Returns whether write access to the directory is allowed.
-        * 
+        *
         * @return <code>true</code> if the client is allowed to write into that
         *         directory, <code>false</code> otherwise
         */