X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FNoNodeException.java;h=68f2b1622b58bc3f84f536bf4d994dc3d689d28c;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=b21057689fdebe2ecfa39c5e6e3f251126de6682;hpb=10afee01807213bbe00732a6617ba8ce77367c28;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/core/NoNodeException.java b/src/net/pterodactylus/jsite/core/NoNodeException.java index b210576..68f2b16 100644 --- a/src/net/pterodactylus/jsite/core/NoNodeException.java +++ b/src/net/pterodactylus/jsite/core/NoNodeException.java @@ -22,10 +22,9 @@ package net.pterodactylus.jsite.core; /** * Exception that signals the lack of configured nodes that are required for the * action. - * + * * @see NodeManager#generateKeyPair() * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class NoNodeException extends JSiteException { @@ -38,7 +37,7 @@ public class NoNodeException extends JSiteException { /** * Creates a new exception with the given message. - * + * * @param message * The message of the exception */ @@ -48,7 +47,7 @@ public class NoNodeException extends JSiteException { /** * Creates a new exception with the given cause. - * + * * @param cause * The cause of the exception */ @@ -58,7 +57,7 @@ public class NoNodeException extends JSiteException { /** * Creates a new exception with the given message and cause. - * + * * @param message * The message of the exception * @param cause