Compare commits

Invalid templates have been ignored

1 invalid template(s) found pull_request_template.md: frontmatter must start with a separator line

...

2 Commits

@ -181,7 +181,7 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
// Load the configuration file
Properties config = new Properties();
try (FileInputStream configFile = new FileInputStream("config.json")) {
try (FileInputStream configFile = new FileInputStream("components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/conf/config.json")) {
config.load(configFile);
} catch (IOException e) {
e.printStackTrace();

Loading…
Cancel
Save