You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by md...@apache.org on 2003/07/09 22:02:59 UTC

cvs commit: jakarta-commons-sandbox/math/src/java/org/apache/commons/math/random EmpiricalDistribution.java EmpiricalDistributionImpl.java ValueServer.java

mdiggory    2003/07/09 13:02:59

  Modified:    math/src/java/org/apache/commons/math/random
                        EmpiricalDistribution.java
                        EmpiricalDistributionImpl.java ValueServer.java
  Log:
  Removing @author tags, adding missing @version tags.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-commons-sandbox/math/src/java/org/apache/commons/math/random/EmpiricalDistribution.java
  
  Index: EmpiricalDistribution.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/src/java/org/apache/commons/math/random/EmpiricalDistribution.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EmpiricalDistribution.java	7 Jul 2003 23:19:21 -0000	1.2
  +++ EmpiricalDistribution.java	9 Jul 2003 20:02:59 -0000	1.3
  @@ -80,7 +80,7 @@
    * build grouped frequnecy histograms representing the input data or to
    * generate random values "like" those in the input file -- i.e., the values
    * generated will follow the distribution of the values in the file.
  - * @version $Revision$
  + * @version $Revision$ $Date$
    */
   public interface EmpiricalDistribution {
       
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/math/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java
  
  Index: EmpiricalDistributionImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EmpiricalDistributionImpl.java	7 Jul 2003 23:19:21 -0000	1.2
  +++ EmpiricalDistributionImpl.java	9 Jul 2003 20:02:59 -0000	1.3
  @@ -89,7 +89,7 @@
    *    entry per line.</li>
    * </ol></p>
    *
  - * @version $Revision$
  + * @version $Revision$ $Date$
    */
   public class EmpiricalDistributionImpl implements Serializable,EmpiricalDistribution {
   
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/math/src/java/org/apache/commons/math/random/ValueServer.java
  
  Index: ValueServer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/math/src/java/org/apache/commons/math/random/ValueServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ValueServer.java	7 Jul 2003 23:19:21 -0000	1.2
  +++ ValueServer.java	9 Jul 2003 20:02:59 -0000	1.3
  @@ -78,7 +78,7 @@
    *                       standard deviation = <code>sigma</code></li>
    * <li> CONSTANT_MODE -- returns <code>mu</code> every time.</li></ul> 
    *
  - * @version $Revision$
  + * @version $Revision$ $Date$
    *
    */
   public class ValueServer {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org