mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-18 04:24:49 +00:00
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
This commit is contained in:
commit
3dcd318c02
@ -128,6 +128,12 @@ public class PropertyUserStore extends AbstractLifeCycle implements PathWatcher.
|
||||
*/
|
||||
public void setConfigPath(File configFile)
|
||||
{
|
||||
if(configFile == null)
|
||||
{
|
||||
_configPath = null;
|
||||
return;
|
||||
}
|
||||
|
||||
_configPath = configFile.toPath();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user