X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FSubscribedUSKUpdate.java;h=21cd46676d07d20d5beafbcc17d72d7522e8cf21;hb=fed333217dc45a47f6eabea6a5b29aed987cd160;hp=fd72dd76097cbf340a53fb442ee5390fab014bb7;hpb=97f432ee0c2189a2c540e365e37daa11d9a591b1;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/SubscribedUSKUpdate.java b/src/main/java/net/pterodactylus/fcp/SubscribedUSKUpdate.java index fd72dd7..21cd466 100644 --- a/src/main/java/net/pterodactylus/fcp/SubscribedUSKUpdate.java +++ b/src/main/java/net/pterodactylus/fcp/SubscribedUSKUpdate.java @@ -19,11 +19,11 @@ 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); } @@ -45,6 +45,7 @@ public class SubscribedUSKUpdate extends BaseMessage implements Identifiable { * * @return The identifier of the subscription */ + @Override public String getIdentifier() { return getField("Identifier"); }