From 859bdd9b3b404bc61bb4f6cf02eda18f75a26c7f Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 04 Dec 2009 10:17:24 +0000
Subject: [PATCH] Make class Javadoc for tools consistent.
---
sdk/src/org/opends/sdk/tools/SearchRate.java | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/sdk/src/org/opends/sdk/tools/SearchRate.java b/sdk/src/org/opends/sdk/tools/SearchRate.java
index a5d380d..eba12e5 100644
--- a/sdk/src/org/opends/sdk/tools/SearchRate.java
+++ b/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)
{
--
Gitblit v1.10.0