Merge remote-tracking branch 'origin/jetty-9.4.x'

This commit is contained in:
Jan Bartel 2017-10-11 16:19:09 +11:00
commit 1a807b5195
1 changed files with 1 additions and 2 deletions

View File

@ -87,12 +87,11 @@ public class ServerConnectorListener extends AbstractLifeCycleListener
}
/**
* @param filePath the filePath to set
* @param name the file name to set
*/
public void setFileName(String name)
{
System.err.println("FILE NAME="+name);
_fileName = name;
}