fixed wrong position of sharepoint config

This commit is contained in:
jomu
2016-08-22 13:33:49 +00:00
parent 72f197111f
commit 190abbc52b

View File

@ -63,10 +63,11 @@ public class SharepointConfig {
return p;
}
private String getConfigFile() {
String configPath = System.getProperty("user.home");
configPath = (configPath.endsWith(File.separator) ? configPath : configPath + File.separator);
configPath += ".wincornixdorf/sharepoint/sharepoint.properties";
configPath += ".sharepointapi/sharepoint.properties";
return configPath;
}