Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
This commit is contained in:
commit
133dbdf7fe
|
@ -444,7 +444,7 @@ public abstract class ProxyProtocolClientConnectionFactory implements ClientConn
|
|||
|
||||
protected abstract ProxyProtocolConnection newProxyProtocolConnection(EndPoint endPoint, Map<String, Object> context);
|
||||
|
||||
private abstract static class ProxyProtocolConnection extends AbstractConnection implements Callback
|
||||
protected abstract static class ProxyProtocolConnection extends AbstractConnection implements Callback
|
||||
{
|
||||
protected static final Logger LOG = Log.getLogger(ProxyProtocolConnection.class);
|
||||
|
||||
|
|
|
@ -153,7 +153,7 @@ public class Scanner extends AbstractLifeCycle
|
|||
* A FileVisitor for walking a subtree of paths. The Scanner uses
|
||||
* this to examine the dirs and files it has been asked to scan.
|
||||
*/
|
||||
public class Visitor implements FileVisitor<Path>
|
||||
class Visitor implements FileVisitor<Path>
|
||||
{
|
||||
Map<String, TimeNSize> scanInfoMap;
|
||||
IncludeExcludeSet<PathMatcher,Path> rootIncludesExcludes;
|
||||
|
|
Loading…
Reference in New Issue