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

matthew_swift
15.58.2009 388f25a9dc58704ea19a333ba9a28054d48590b1
sdk/src/com/sun/opends/sdk/tools/SearchRate.java
@@ -71,11 +71,7 @@
  {
    int retCode = mainSearchRate(args, System.in, System.out,
        System.err);
    if (retCode != 0)
    {
      System.exit(filterExitCode(retCode));
    }
    System.exit(filterExitCode(retCode));
  }
@@ -375,7 +371,7 @@
      public ResultFuture<?> performOperation(
      public FutureResult<?> performOperation(
          AsynchronousConnection connection,
          SearchStatsHandler handler, DataSource[] dataSources)
      {