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

Jean-Noël Rouvignac
27.14.2016 e0b21ba78e6d5ce50c8afe2682ed151cfa318311
opendj-server-legacy/src/test/java/org/opends/server/extensions/InitializationUtils.java
@@ -131,7 +131,7 @@
    try {
      return AdminTestCaseUtils.getConfiguration(context, cfgDefn, Converters.from(cfgEntry));
    } catch (IllegalArgumentException e) {
      throw new ConfigException(LocalizableMessage.raw(""), e);
      throw new ConfigException(LocalizableMessage.EMPTY, e);
    }
  }
}