mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

sin
21.51.2009 c543bd8a63f66262b7511ba5f90962a497bf0adf
opends/src/server/org/opends/server/backends/SchemaBackend.java
@@ -3318,7 +3318,7 @@
    // We allow only unimplemented syntaxes to be substituted.
    if(schema.getSyntax(oid) !=null)
    {
      Message message = ERR_ATTR_SYNTAX_INVALID_SUBSTITUTION_SYNTAX.get(
      Message message = ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX.get(
              ldapSyntaxDesc.getDefinition(),oid);
      throw new DirectoryException(ResultCode.CONSTRAINT_VIOLATION,
                                     message);