Dropped serialization.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141390 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-07-17 21:17:48 +00:00
parent b3588619ae
commit b03610041d
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ import java.net.MalformedURLException;
* standard deviation = <code>sigma</code></li>
* <li> CONSTANT_MODE -- returns <code>mu</code> every time.</li></ul>
*
* @version $Revision: 1.14 $ $Date: 2004/06/23 16:26:17 $
* @version $Revision: 1.15 $ $Date: 2004/07/17 21:17:48 $
*
*/
public class ValueServer implements Serializable {
public class ValueServer {
/** mode determines how values are generated */
private int mode = 5;