Moving trunk to 1.3 branch.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_1_3@722334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2008-12-02 02:19:13 +00:00
parent 57e0c33a52
commit 01e5c328c8
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ import java.util.Random;
* {@link RandomGenerator}.
*
* @since 1.1
* @version $Revision:$ $Date$
* @version $Revision$ $Date$
*/
public class JDKRandomGenerator extends Random implements RandomGenerator {
/** Serializable version identifier */

View File

@ -23,7 +23,7 @@ import java.util.Random;
* {@link RandomGenerator}.
*
* @since 1.1
* @version $Revision:$ $Date$
* @version $Revision$ $Date$
*/
public class RandomAdaptor extends Random implements RandomGenerator {

View File

@ -23,7 +23,7 @@ import java.io.Serializable;
* implemented by {@link AbstractRandomGenerator}.
*
* @since 1.1
* @version $Revision:$ $Date$
* @version $Revision$ $Date$
*/
public interface RandomGenerator extends Serializable {