Expose lots of constructors and accessors
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / TestDDAReply.java
index bf102d6..9e2b6d4 100644 (file)
@@ -22,8 +22,9 @@ package net.pterodactylus.fcp;
  * The “TestDDAReply” is sent as a response to {@link TestDDARequest}. If you
  * specified that you wanted to read files from that directory
  * {@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.
+ * 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>
  */
@@ -35,7 +36,7 @@ public class TestDDAReply extends BaseMessage {
         * @param receivedMessage
         *            The received message
         */
-       TestDDAReply(FcpMessage receivedMessage) {
+       public TestDDAReply(FcpMessage receivedMessage) {
                super(receivedMessage);
        }