X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FSubscribedUSKUpdate.java;h=e616b5de7dc1a8610302fe4f4c55d75f9aea2332;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=16ac43ec0a1115c8b85da5b95b196baf58c631b8;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java b/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java index 16ac43e..e616b5d 100644 --- a/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java +++ b/src/net/pterodactylus/fcp/SubscribedUSKUpdate.java @@ -1,6 +1,5 @@ /* - * jSite2 - SubscribedUSKUpdate.java - - * Copyright © 2008 David Roden + * jFCPlib - SubscribedUSKUpdate.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,16 +24,15 @@ 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> - * @version $Id$ */ public class SubscribedUSKUpdate extends BaseMessage { /** * Creates a new “SubscribedUSKUpdate” message that wraps the received * message. - * + * * @param receivedMessage * The received message */ @@ -44,7 +42,7 @@ public class SubscribedUSKUpdate extends BaseMessage { /** * Returns the identifier of the subscription. - * + * * @return The identifier of the subscription */ public String getIdentifier() { @@ -53,7 +51,7 @@ public class SubscribedUSKUpdate extends BaseMessage { /** * Returns the new edition that was found. - * + * * @return The new edition */ public int getEdition() { @@ -62,7 +60,7 @@ public class SubscribedUSKUpdate extends BaseMessage { /** * Returns the complete URI, including the new edition. - * + * * @return The complete URI */ public String getURI() {