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:
Thomas Neidhart 2014-02-08 18:36:30 +00:00
parent 42dffede43
commit b957ee1646
2 changed files with 8 additions and 0 deletions

View File

@ -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. */

View File

@ -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. */