X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FSubscribedUSKUpdate.java;h=d2e132d82dd7579ef67695eb2b097f6ae64af516;hp=7d25c2dcedcc52d33b8318cbf4d1544863d5f22b;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/SubscribedUSKUpdate.java b/src/main/java/net/pterodactylus/fcp/SubscribedUSKUpdate.java index 7d25c2d..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> */