| opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/SchemaLoader.java | ●●●●● 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);