Expose lots of constructors and accessors
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / SubscribedUSKUpdate.java
index 7d25c2d..21cd466 100644 (file)
 package net.pterodactylus.fcp;
 
 /**
- * A “SubscribedUSKUpdate” message is sent each time a new edition of a USK that
- * was previously subscribed to with {@link SubscribeUSK} was found. Note that
- * if the new edition that was found is several editions ahead of the currently
- * last known edition, you will received a SubscribedUSKUpdate for each edition
- * inbetween as welL!
+ * A “SubscribedUSKUpdate” message is sent each time a new edition of a USK
+ * that was previously subscribed to with {@link SubscribeUSK} was found. Note
+ * that if the new edition that was found is several editions ahead of the
+ * currently last known edition, you will received a SubscribedUSKUpdate for
+ * each edition inbetween as welL!
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
@@ -36,7 +36,7 @@ public class SubscribedUSKUpdate extends BaseMessage implements Identifiable {
         * @param receivedMessage
         *            The received message
         */
-       SubscribedUSKUpdate(FcpMessage receivedMessage) {
+       public SubscribedUSKUpdate(FcpMessage receivedMessage) {
                super(receivedMessage);
        }