Removed method marked for removal prior to release.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-08-22 01:41:30 +00:00
parent ead1ee60a5
commit ab89221197
1 changed files with 1 additions and 11 deletions

View File

@ -39,7 +39,7 @@ import java.net.MalformedURLException;
* standard deviation = <code>sigma</code></li>
* <li> CONSTANT_MODE -- returns <code>mu</code> every time.</li></ul>
*
* @version $Revision: 1.16 $ $Date: 2004/07/17 22:10:38 $
* @version $Revision: 1.17 $ $Date: 2004/08/22 01:41:30 $
*
*/
public class ValueServer {
@ -221,16 +221,6 @@ public class ValueServer {
return empiricalDistribution;
}
/**
* 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>.
*