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 [EMAIL PROTECTED] #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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to