From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Thu, 23 Jun 2011 17:07:56 +0000 Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable. --- opends/src/admin/messages/SoftReferenceEntryCacheCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/SoftReferenceEntryCacheCfgDefn.properties b/opends/src/admin/messages/SoftReferenceEntryCacheCfgDefn.properties index 92ee691..e5cdd94 100644 --- a/opends/src/admin/messages/SoftReferenceEntryCacheCfgDefn.properties +++ b/opends/src/admin/messages/SoftReferenceEntryCacheCfgDefn.properties @@ -1,6 +1,6 @@ user-friendly-name=Soft Reference Entry Cache user-friendly-plural-name=Soft Reference Entry Caches -synopsis=The Soft Reference Entry Cache is a Directory Server entry cache implementation that uses soft references to manage objects to allow them to be freed if the JVM is running low on memory. +synopsis=The Soft Reference Entry Cache is a directory server entry cache implementation that uses soft references to manage objects to allow them to be freed if the JVM is running low on memory. property.cache-level.synopsis=Specifies the cache level in the cache order if more than one instance of the cache is configured. property.enabled.synopsis=Indicates whether the Soft Reference Entry Cache is enabled. property.exclude-filter.synopsis=The set of filters that define the entries that should be excluded from the cache. -- Gitblit v1.10.0