Serialization identifier.
This commit is contained in:
parent
f9e72000a1
commit
e34f50dd10
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue