You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2004/08/22 03:41:30 UTC

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

psteitz     2004/08/21 18:41:30

  Modified:    math/src/java/org/apache/commons/math/random
                        ValueServer.java
  Log:
  Removed method marked for removal prior to release.
  
  Revision  Changes    Path
  1.17      +1 -11     jakarta-commons/math/src/java/org/apache/commons/math/random/ValueServer.java
  
  Index: ValueServer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/random/ValueServer.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ValueServer.java	17 Jul 2004 22:10:38 -0000	1.16
  +++ ValueServer.java	22 Aug 2004 01:41:30 -0000	1.17
  @@ -222,16 +222,6 @@
       }
   
       /**
  -     * Opens <code>valuesFileURL</code> to use in REPLAY_MODE.
  -     *
  -     * @throws IOException if an error occurs opening the file
  -     * @deprecated use {@link #resetReplayFile} to be removed before 0.1 release
  -     */
  -    public void openReplayFile() throws IOException {
  -        resetReplayFile();
  -    }
  -
  -    /**
        * Resets REPLAY_MODE file pointer to the beginning of the <code>valuesFileURL</code>.
        *
        * @throws IOException if an error occurs opening the file
  
  
  

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