Modify Configuration Management

This commit is contained in:
nishadi 2018-01-16 15:55:51 +05:30
parent 9f44795682
commit 87d1928f4c

View File

@ -97,4 +97,5 @@ public class ConfigurationManager {
} }
throw new InvalidConfigurationException("Expecting an extension with name - " + extName + " , but not found!"); throw new InvalidConfigurationException("Expecting an extension with name - " + extName + " , but not found!");
} }
} }