Format code
This commit is contained in:
parent
a3be0cbf9f
commit
d865a1a249
|
@ -899,7 +899,8 @@ public class Config {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Normalizing tilde (~) paths for unix systems
|
// Normalizing tilde (~) paths for unix systems
|
||||||
configurationFilePath = configurationFilePath.replaceFirst("^~", System.getProperty("user.home"));
|
configurationFilePath =
|
||||||
|
configurationFilePath.replaceFirst("^~", System.getProperty("user.home"));
|
||||||
|
|
||||||
// Configuration properties file is optional
|
// Configuration properties file is optional
|
||||||
File configurationFile = new File(configurationFilePath);
|
File configurationFile = new File(configurationFilePath);
|
||||||
|
|
Loading…
Reference in New Issue