diff options
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. * |
