Serialization identifier.

This commit is contained in:
Gilles 2015-12-28 17:02:08 +01:00
parent f9e72000a1
commit e34f50dd10
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public abstract class AbstractWell
extends BaseRandomGenerator
implements Serializable {
/** Serializable version identifier. */
private static final long serialVersionUID = 20150228L;
private static final long serialVersionUID = 20151228L;
/** Current index in the bytes pool. */
protected int index;
/** Bytes pool. */