From df76b20724fad58717bcf7d2ea3897743b7ed113 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Tue, 19 Jan 2010 12:53:36 +0000 Subject: [PATCH] toString() should never return null --- opends/src/messages/messages/core.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 17052e4..94a42ad 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Copyright 2006-2009 Sun Microsystems, Inc. +# Copyright 2006-2010 Sun Microsystems, Inc. @@ -1828,3 +1828,5 @@ SEVERE_WARN_SUBENTRY_FILTER_NOT_INDEXED_724=The search filter "%s" used by \ subentry manager is not indexed in backend %s. Backend initialization \ for subentry manager processing might take a very long time to complete +INFO_RESULT_UNDEFINED_725=Undefined + -- Gitblit v1.10.0