From 8898329325c229919f129971740e7cc7cd892048 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Tue, 08 Jan 2008 10:30:22 +0000 Subject: [PATCH] - fix comment typo. --- opends/src/server/org/opends/server/extensions/EntryCachePreloader.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/extensions/EntryCachePreloader.java b/opends/src/server/org/opends/server/extensions/EntryCachePreloader.java index 847952e..7a9cad7 100644 --- a/opends/src/server/org/opends/server/extensions/EntryCachePreloader.java +++ b/opends/src/server/org/opends/server/extensions/EntryCachePreloader.java @@ -75,7 +75,7 @@ * are capable of initiating and sustaining such pre-load activity. * * This implementation is fully synchronized and safe to use with the server - * online which pre-load activities going in parallel with server operations. + * online and pre-load activities going in parallel with server operations. * * This implementation is self-adjusting to any system workload and does not * require any configuration parameters to optimize for initial system -- Gitblit v1.10.0