X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FSubscribedUSKUpdate.java;h=e616b5de7dc1a8610302fe4f4c55d75f9aea2332;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=764311edd084bfdb0eec042a7a3b4e0440edae0b;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java b/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java index 764311e..e616b5d 100644 --- a/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java +++ b/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java @@ -24,7 +24,7 @@ package net.pterodactylus.fcp; * 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> */ public class SubscribedUSKUpdate extends BaseMessage { @@ -32,7 +32,7 @@ public class SubscribedUSKUpdate extends BaseMessage { /** * Creates a new “SubscribedUSKUpdate” message that wraps the received * message. - * + * * @param receivedMessage * The received message */ @@ -42,7 +42,7 @@ public class SubscribedUSKUpdate extends BaseMessage { /** * Returns the identifier of the subscription. - * + * * @return The identifier of the subscription */ public String getIdentifier() { @@ -51,7 +51,7 @@ public class SubscribedUSKUpdate extends BaseMessage { /** * Returns the new edition that was found. - * + * * @return The new edition */ public int getEdition() { @@ -60,7 +60,7 @@ public class SubscribedUSKUpdate extends BaseMessage { /** * Returns the complete URI, including the new edition. - * + * * @return The complete URI */ public String getURI() {