Expose lots of constructors and accessors
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / DataFound.java
index 5151efd..c00709a 100644 (file)
@@ -20,8 +20,8 @@ package net.pterodactylus.fcp;
 
 /**
  * A “DataFound” message signals the client that the data requested by a
- * {@link ClientGet} operation has been found. This message does not include the
- * actual data, though.
+ * {@link ClientGet} operation has been found. This message does not include
+ * the actual data, though.
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
@@ -33,7 +33,7 @@ public class DataFound extends BaseMessage implements Identifiable {
         * @param receivedMessage
         *            The received message
         */
-       DataFound(FcpMessage receivedMessage) {
+       public DataFound(FcpMessage receivedMessage) {
                super(receivedMessage);
        }