From d12cc90fc15f432f43abc394b4090f9b4f7b2a03 Mon Sep 17 00:00:00 2001 From: Fabio Pistolesi <fabio.pistolesi@forgerock.com> Date: Mon, 11 May 2015 16:48:09 +0000 Subject: [PATCH] OPENDJ-1869 CR-6727 Fix NPE in EntryCachePreloader.EntryCacheCollector --- opendj-server-legacy/src/admin/messages/GlobalCfgDefn.properties | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/admin/messages/GlobalCfgDefn.properties b/opendj-server-legacy/src/admin/messages/GlobalCfgDefn.properties index ab1e2ea..c8eb9c9 100644 --- a/opendj-server-legacy/src/admin/messages/GlobalCfgDefn.properties +++ b/opendj-server-legacy/src/admin/messages/GlobalCfgDefn.properties @@ -40,7 +40,6 @@ property.disabled-privilege.syntax.enumeration.value.subentry-write.synopsis=Allows the associated user to perform LDAP subentry write operations. property.disabled-privilege.syntax.enumeration.value.unindexed-search.synopsis=Allows the user to request that the server process a search that cannot be optimized using server indexes. property.disabled-privilege.syntax.enumeration.value.update-schema.synopsis=Allows the user to make changes to the server schema. -property.entry-cache-preload.synopsis=Indicates whether or not to preload the entry cache on startup. property.etime-resolution.synopsis=Specifies the resolution to use for operation elapsed processing time (etime) measurements. property.etime-resolution.syntax.enumeration.value.milliseconds.synopsis=Use millisecond resolution. property.etime-resolution.syntax.enumeration.value.nanoseconds.synopsis=Use nanosecond resolution. -- Gitblit v1.10.0