mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
04.17.2009 859bdd9b3b404bc61bb4f6cf02eda18f75a26c7f
sdk/src/org/opends/sdk/tools/SearchRate.java
@@ -52,7 +52,8 @@
/**
 * Searchrate benchmarking tool.
 * A load generation tool that can be used to load a Directory Server
 * with Search requests using one or more LDAP connections.
 */
public final class SearchRate extends ConsoleApplication
{
@@ -89,7 +90,7 @@
   * @return The error code.
   */
  public static int mainSearchRate(String[] args)
  static int mainSearchRate(String[] args)
  {
    return mainSearchRate(args, System.in, System.out, System.err);
  }
@@ -114,7 +115,7 @@
   * @return The error code.
   */
  public static int mainSearchRate(String[] args, InputStream inStream,
  static int mainSearchRate(String[] args, InputStream inStream,
      OutputStream outStream, OutputStream errStream)
  {