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

Jean-Noel Rouvignac
03.10.2014 31216400c324b43c15b8a9eea6d89604247ebb14
opendj3-server-dev/src/server/org/opends/server/util/StaticUtils.java
@@ -2420,8 +2420,7 @@
    // throw an exception.
    if (! mayUseExec())
    {
      LocalizableMessage message = ERR_EXEC_DISABLED.get(String.valueOf(command));
      throw new SecurityException(message.toString());
      throw new SecurityException(ERR_EXEC_DISABLED.get(command).toString());
    }