From 8a7d994e004ad0ec1a192dbadd348e041a2e3de2 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 May 2016 13:02:12 +0000
Subject: [PATCH] ObjectClassTestCase.java: renamed test case and local variable

---
 opendj-server-legacy/src/admin/messages/CountryStringAttributeSyntaxCfgDefn.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/admin/messages/CountryStringAttributeSyntaxCfgDefn.properties b/opendj-server-legacy/src/admin/messages/CountryStringAttributeSyntaxCfgDefn.properties
index f8b6e00..b78390a 100644
--- a/opendj-server-legacy/src/admin/messages/CountryStringAttributeSyntaxCfgDefn.properties
+++ b/opendj-server-legacy/src/admin/messages/CountryStringAttributeSyntaxCfgDefn.properties
@@ -3,5 +3,5 @@
 synopsis=Country String Attribute Syntaxes define an attribute syntax for storing country codes.
 property.enabled.synopsis=Indicates whether the Country String Attribute Syntax is enabled.
 property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Country String Attribute Syntax implementation.
-property.strict-format.synopsis=Indicates whether or not country code values are required to strictly comply with the standard definition for this syntax.
+property.strict-format.synopsis=Indicates whether country code values are required to strictly comply with the standard definition for this syntax.
 property.strict-format.description=When set to false, country codes will not be validated and, as a result any string containing 2 characters will be acceptable.

--
Gitblit v1.10.0