X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FARK.java;h=498252d8db6ced52791b83d7412999e73d0c2cba;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=6dda31909e6df9c6eb362a14bf5a07f10f1da035;hpb=450cca137543c1d8adfdca98b410dfefeb6256cf;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ARK.java b/src/net/pterodactylus/fcp/ARK.java index 6dda319..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,7 +89,7 @@ public class ARK { /** * Returns the number of the ARK. - * + * * @return The number of the ARK */ public int getNumber() {