X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FIdentifierCollision.java;h=bc96a70b59d1bd956b051b7cb0834cf791ad90c3;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=e285e775f8cb877039923269418d71c849de2ce5;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/IdentifierCollision.java b/src/net/pterodactylus/fcp/IdentifierCollision.java index e285e77..bc96a70 100644 --- a/src/net/pterodactylus/fcp/IdentifierCollision.java +++ b/src/net/pterodactylus/fcp/IdentifierCollision.java @@ -1,6 +1,5 @@ /* - * jSite2 - IdentifierCollision.java - - * Copyright © 2008 David Roden + * jFCPlib - IdentifierCollision.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 @@ -22,7 +21,7 @@ package net.pterodactylus.fcp; /** * The “IdentifierCollision” message signals the client that the identifier * chosen for a request is already existing. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class IdentifierCollision extends BaseMessage { @@ -30,7 +29,7 @@ public class IdentifierCollision extends BaseMessage { /** * Creates a new “IdentifierCollision” message that wraps the received * message. - * + * * @param receivedMessage * The received message */ @@ -40,7 +39,7 @@ public class IdentifierCollision extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -49,7 +48,7 @@ public class IdentifierCollision extends BaseMessage { /** * Returns whether the request is on the global queue. - * + * * @return true if the request is on the global queue, * false if it is on the client-local queue */