X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Futil%2FIdGenerator.java;h=083f8d5a239b2f4c29910258f683324a3da8856b;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=a997512994d42a64304501fe3724e11aca27c3d7;hpb=2b65da6ff17302179e481cdd7d627516308e05d8;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/util/IdGenerator.java b/src/net/pterodactylus/jsite/util/IdGenerator.java index a997512..083f8d5 100644 --- a/src/net/pterodactylus/jsite/util/IdGenerator.java +++ b/src/net/pterodactylus/jsite/util/IdGenerator.java @@ -23,7 +23,7 @@ import java.util.Random; /** * A generator for internal IDs. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class IdGenerator { @@ -37,7 +37,7 @@ public class IdGenerator { /** * Generates a new random ID, consisting of {@link #DEFAULT_LENGTH} random * bytes. - * + * * @return The new ID */ public static byte[] generateId() { @@ -47,7 +47,7 @@ public class IdGenerator { /** * Generates a new random ID, consisting of length random * bytes. - * + * * @param length * The length of the ID in bytes before conversion to a string * @return The new ID