whitespace fixups
[jSite2.git] / src / net / pterodactylus / jsite / util / IdGenerator.java
index a997512..083f8d5 100644 (file)
@@ -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 <code>length</code> random
         * bytes.
-        * 
+        *
         * @param length
         *            The length of the ID in bytes before conversion to a string
         * @return The new ID