From 461b1f6784e6cf1483dc29fdcbef14ccfe6bc849 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 04 Aug 2006 23:17:58 +0000
Subject: [PATCH] Update the configuration and the associated code to be more consistent in the time and size units used for various purposes.  A new set of constants have been added to allow the same units to be used throughout the code, including providing both full and abbreviated unit names.

---
 opends/src/server/org/opends/server/messages/PluginMessages.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/messages/PluginMessages.java b/opends/src/server/org/opends/server/messages/PluginMessages.java
index 4df92b6..50773a6 100644
--- a/opends/src/server/org/opends/server/messages/PluginMessages.java
+++ b/opends/src/server/org/opends/server/messages/PluginMessages.java
@@ -839,10 +839,10 @@
                     "will not automatically be captured on startup and must " +
                     "be manually enabled.");
     registerMessage(MSGID_PLUGIN_PROFILER_DESCRIPTION_INTERVAL,
-                    "Specifies the sample interval in milliseconds that " +
-                    "should be used when capturing profiling information in " +
-                    "the server.  Changes to this configuration attribute " +
-                    "will take effect the next time the profiler is started.");
+                    "Specifies the sample interval that should be used when " +
+                    "capturing profiling information in the server.  Changes " +
+                    "to this configuration attribute will take effect the " +
+                    "next time the profiler is started.");
     registerMessage(MSGID_PLUGIN_PROFILER_CANNOT_DETERMINE_INTERVAL,
                     "An unexpected error occurred while attempting to " +
                     "determine the value of the " + ATTR_PROFILE_INTERVAL +

--
Gitblit v1.10.0