From 388f25a9dc58704ea19a333ba9a28054d48590b1 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Tue, 15 Dec 2009 21:58:47 +0000
Subject: [PATCH] Various changes:
---
sdk/src/com/sun/opends/sdk/tools/SearchRate.java | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/sdk/src/com/sun/opends/sdk/tools/SearchRate.java b/sdk/src/com/sun/opends/sdk/tools/SearchRate.java
index f5fbdb1..eef620c 100644
--- a/sdk/src/com/sun/opends/sdk/tools/SearchRate.java
+++ b/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)
{
--
Gitblit v1.10.0