X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FSSKKeypair.java;h=fd0b40a5838b935c816f7eb467aed78a15b5d96a;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=dff44e35d4d9a2c24d2ef8b71cfb5b1a3075268c;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/SSKKeypair.java b/src/net/pterodactylus/fcp/SSKKeypair.java index dff44e3..fd0b40a 100644 --- a/src/net/pterodactylus/fcp/SSKKeypair.java +++ b/src/net/pterodactylus/fcp/SSKKeypair.java @@ -1,6 +1,5 @@ /* - * jSite2 - SSKKeypair.java - - * Copyright © 2008 David Roden + * jFCPlib - SSKKeypair.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,15 +21,14 @@ package net.pterodactylus.fcp; /** * An “SSKKeypair” message that is sent as a response to a {@link GenerateSSK} * message. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class SSKKeypair extends BaseMessage { /** * Creates a new “SSKKeypair” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -40,7 +38,7 @@ public class SSKKeypair extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -49,7 +47,7 @@ public class SSKKeypair extends BaseMessage { /** * Returns the URI that must be used to insert data. - * + * * @return The insert URI */ public String getInsertURI() { @@ -58,7 +56,7 @@ public class SSKKeypair extends BaseMessage { /** * Returns the URI that must be used to request data. - * + * * @return The request URI */ public String getRequestURI() {