mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 20:39:18 +00:00
Issue #2376 - Applying recommended scope changes
This commit is contained in:
parent
cf5b473571
commit
1c0bbae9cc
@ -329,7 +329,11 @@ public class WebSocketServerFactory extends ContainerLifeCycle implements WebSoc
|
||||
super.doStart();
|
||||
}
|
||||
|
||||
private DecoratedObjectFactory findDecorator()
|
||||
/**
|
||||
* Attempt to find the DecoratedObjectFactory that should be used.
|
||||
* @return the DecoratedObjectFactory that should be used. (never null)
|
||||
*/
|
||||
protected DecoratedObjectFactory findDecorator()
|
||||
{
|
||||
DecoratedObjectFactory objectFactory;
|
||||
|
||||
@ -350,9 +354,9 @@ public class WebSocketServerFactory extends ContainerLifeCycle implements WebSoc
|
||||
|
||||
/**
|
||||
* Attempt to find the Executor that should be used.
|
||||
* @return the Executor that should be used.
|
||||
* @return the Executor that should be used. (never null)
|
||||
*/
|
||||
private Executor findExecutor()
|
||||
protected Executor findExecutor()
|
||||
{
|
||||
if(context != null)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user