Add missing serialVersionUIDs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1566088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42dffede43
commit
b957ee1646
|
@ -31,6 +31,10 @@ import org.apache.commons.math3.exception.OutOfRangeException;
|
|||
* @version $Id$
|
||||
*/
|
||||
public class NeuronString implements Serializable {
|
||||
|
||||
/** Serializable UID. */
|
||||
private static final long serialVersionUID = 20140208L;
|
||||
|
||||
/** Underlying network. */
|
||||
private final Network network;
|
||||
/** Number of neurons. */
|
||||
|
|
|
@ -41,6 +41,10 @@ import org.apache.commons.math3.exception.MathInternalError;
|
|||
* @version $Id$
|
||||
*/
|
||||
public class NeuronSquareMesh2D implements Serializable {
|
||||
|
||||
/** Serializable UID. */
|
||||
private static final long serialVersionUID = 20140208L;
|
||||
|
||||
/** Underlying network. */
|
||||
private final Network network;
|
||||
/** Number of rows. */
|
||||
|
|
Loading…
Reference in New Issue