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

Jean-Noel Rouvignac
03.10.2014 31216400c324b43c15b8a9eea6d89604247ebb14
opendj3-server-dev/src/server/org/opends/server/workflowelement/WorkflowElementConfigManager.java
@@ -475,11 +475,9 @@
        t = e.getCause();
      }
      LocalizableMessage message =
        ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE.get(
            className, String.valueOf(configuration.dn()),
            t.getMessage());
      throw new InitializationException(message);
      throw new InitializationException(
          ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE.get(
              className, configuration.dn(), t.getMessage()));
    }
  }