Revert unneeded serializationUID field.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1566396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2014-02-09 20:36:24 +00:00
parent 5ae01f1f99
commit 517ff8cbe3
2 changed files with 0 additions and 8 deletions

View File

@ -32,10 +32,6 @@ import org.apache.commons.math3.exception.OutOfRangeException;
* @since 3.3 * @since 3.3
*/ */
public class NeuronString implements Serializable { public class NeuronString implements Serializable {
/** Serializable UID. */
private static final long serialVersionUID = 20140208L;
/** Underlying network. */ /** Underlying network. */
private final Network network; private final Network network;
/** Number of neurons. */ /** Number of neurons. */

View File

@ -42,10 +42,6 @@ import org.apache.commons.math3.exception.MathInternalError;
* @since 3.3 * @since 3.3
*/ */
public class NeuronSquareMesh2D implements Serializable { public class NeuronSquareMesh2D implements Serializable {
/** Serializable UID. */
private static final long serialVersionUID = 20140208L;
/** Underlying network. */ /** Underlying network. */
private final Network network; private final Network network;
/** Number of rows. */ /** Number of rows. */