diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:10 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:10 +0000 |
| commit | bb1dbccae485263ea5182546006339870c57b367 (patch) | |
| tree | 23cfaf1175721d5744bd4f7eaa25b78c71c39c60 /sources/utils/VSRandom.java | |
| parent | a10580c984fe08374d4c591102115966e5ed31d1 (diff) | |
comments.
Diffstat (limited to 'sources/utils/VSRandom.java')
| -rw-r--r-- | sources/utils/VSRandom.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/utils/VSRandom.java b/sources/utils/VSRandom.java index 088da4f..bd449d6 100644 --- a/sources/utils/VSRandom.java +++ b/sources/utils/VSRandom.java @@ -11,7 +11,8 @@ import java.util.Random; * The Class VSRandom. */ public final class VSRandom extends Random { - + private static final long serialVersionUID = 1L; + /** * Instantiates a new vS random. * |
