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

Gaetan Boismal
02.26.2015 88a6e9a7f50c97e1f0d1fcc12a69583bd5dcdf44
opendj-sdk/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);