X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FARK.java;h=498252d8db6ced52791b83d7412999e73d0c2cba;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=f5b977c7667d4b2030023c8c912e58b08483a153;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ARK.java b/src/net/pterodactylus/fcp/ARK.java index f5b977c..498252d 100644 --- a/src/net/pterodactylus/fcp/ARK.java +++ b/src/net/pterodactylus/fcp/ARK.java @@ -1,6 +1,5 @@ /* - * jSite2 - ARK.java - - * Copyright © 2008 David Roden + * jFCPlib - ARK.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 @@ -21,7 +20,7 @@ package net.pterodactylus.fcp; /** * Container for ARKs (address resolution keys). - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class ARK { @@ -37,7 +36,7 @@ public class ARK { /** * Creates a new ARK with the given URI and number. - * + * * @param publicURI * The public URI of the ARK * @param number @@ -49,7 +48,7 @@ public class ARK { /** * Creates a new ARK with the given URIs and number. - * + * * @param publicURI * The public URI of the ARK * @param privateURI @@ -72,7 +71,7 @@ public class ARK { /** * Returns the public URI of the ARK. - * + * * @return The public URI of the ARK */ public String getPublicURI() { @@ -81,7 +80,7 @@ public class ARK { /** * Returns the private URI of the ARK. - * + * * @return The private URI of the ARK */ public String getPrivateURI() { @@ -90,11 +89,11 @@ public class ARK { /** * Returns the number of the ARK. - * + * * @return The number of the ARK */ public int getNumber() { return number; } -} \ No newline at end of file +}