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…
Reference in New Issue