From 19004a003b3e4387de43f8c399971187156f3d54 Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Mon, 30 May 2016 10:43:11 +0000 Subject: [PATCH] OPENDJ-2987 Remove object class parsing in ObjectClassSyntax class - now responsability of Schema class --- opendj-server-legacy/src/messages/org/opends/messages/schema.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/schema.properties b/opendj-server-legacy/src/messages/org/opends/messages/schema.properties index 1ba08c8..b6a1466 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/schema.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/schema.properties @@ -499,4 +499,6 @@ ERR_SCHEMA_HAS_WARNINGS_341=There should be no warnings on the schema, \ but instead got %d warnings: %s ERR_MATCHING_RULE_USE_CANNOT_REGISTER_342=Matching rule use could not be \ + registered from definition: %s +ERR_OBJECT_CLASS_CANNOT_REGISTER_343=Object class could not be \ registered from definition: %s \ No newline at end of file -- Gitblit v1.10.0