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

Gaetan Boismal
02.26.2015 cf9daf8b44402eea8f8f8e90a20c5f435381d550
OPENDJ-1122 Revert catch deleted by error

Thanks to JNR for spotting it!
1 files modified
4 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/SchemaLoader.java 4 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/SchemaLoader.java
@@ -161,6 +161,10 @@
      fileList.toArray(fileNames);
      Arrays.sort(fileNames);
    }
    catch (InitializationException ie)
    {
      throw ie;
    }
    catch (Exception e)
    {
      throw new InitializationException(ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES.get(schemaDirPath, e.getMessage()), e);