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

Gaetan Boismal
02.26.2015 cf9daf8b44402eea8f8f8e90a20c5f435381d550
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);