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:
Sebastien Brisard 2012-02-01 02:30:14 +00:00
parent 53fd99ddf3
commit 0043cafb2e
1 changed files with 1 additions and 1 deletions

View File

@ -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;