fixed wrong position of sharepoint config
This commit is contained in:
@ -63,10 +63,11 @@ public class SharepointConfig {
|
|||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private String getConfigFile() {
|
private String getConfigFile() {
|
||||||
String configPath = System.getProperty("user.home");
|
String configPath = System.getProperty("user.home");
|
||||||
configPath = (configPath.endsWith(File.separator) ? configPath : configPath + File.separator);
|
configPath = (configPath.endsWith(File.separator) ? configPath : configPath + File.separator);
|
||||||
configPath += ".wincornixdorf/sharepoint/sharepoint.properties";
|
configPath += ".sharepointapi/sharepoint.properties";
|
||||||
return configPath;
|
return configPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user