Changed serial version UID following r1238898.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1238907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53fd99ddf3
commit
0043cafb2e
|
@ -35,7 +35,7 @@ import org.apache.commons.math.util.FastMath;
|
|||
public class RootsOfUnity implements Serializable {
|
||||
|
||||
/** Serializable version id. */
|
||||
private static final long serialVersionUID = 6404784357747329667L;
|
||||
private static final long serialVersionUID = 20120201L;
|
||||
|
||||
/** Number of roots of unity. */
|
||||
private int omegaCount;
|
||||
|
|
Loading…
Reference in New Issue