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

lutoff
25.37.2007 098bb9d0d605c982e730927402ba8edbb4b57a8e
fix typo
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/DsFrameworkCliServer.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/DsFrameworkCliServer.java
@@ -961,7 +961,7 @@
      }
      // If we are here, it means that the argument is required
      // but not yet is the map. Cjeck if we have a default value.
      // but not yet is the map. Check if we have a default value.
      if (arg.getDefaultValue() == null)
      {
        int msgID = MSGID_CLI_ERROR_MISSING_PROPERTY;