Deprecated all the old benchmarking stuff

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@566435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2007-08-16 00:23:06 +00:00
parent 477c4e0efe
commit 9192b16643
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import org.apache.lucene.benchmark.Constants;
/**
*
*
* @deprecated Use the Task based stuff instead
**/
public class StandardOptions implements BenchmarkOptions
{