From 009350323123fc4b47041cb2194e8df19f69423b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:03:33 +0000 Subject: Run astyle. --- sources/utils/VSRandom.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sources/utils/VSRandom.java') diff --git a/sources/utils/VSRandom.java b/sources/utils/VSRandom.java index bd449d6..489bc90 100644 --- a/sources/utils/VSRandom.java +++ b/sources/utils/VSRandom.java @@ -11,11 +11,11 @@ import java.util.Random; * The Class VSRandom. */ public final class VSRandom extends Random { - private static final long serialVersionUID = 1L; - + private static final long serialVersionUID = 1L; + /** * Instantiates a new vS random. - * + * * @param seedAdd the seed add */ public VSRandom(long seedAdd) { @@ -31,9 +31,9 @@ public final class VSRandom extends Random { /** * Next long. - * + * * @param mod the mod - * + * * @return the long */ public long nextLong(long mod) { -- cgit v1.2.3