X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FSubscribedUSKUpdate.java;h=d2e132d82dd7579ef67695eb2b097f6ae64af516;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;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..d2e132d 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> */ @@ -45,6 +45,7 @@ public class SubscribedUSKUpdate extends BaseMessage implements Identifiable { * * @return The identifier of the subscription */ + @Override public String getIdentifier() { return getField("Identifier"); }