Change Server.ServerContext to package-private
This commit is contained in:
parent
ba48d5a82f
commit
3980958949
|
@ -712,7 +712,7 @@ public class Server extends Handler.Wrapper implements Attributes
|
|||
|
||||
private static class DynamicErrorProcessor extends ErrorProcessor {}
|
||||
|
||||
public class ServerContext extends Attributes.Wrapper implements Context
|
||||
class ServerContext extends Attributes.Wrapper implements Context
|
||||
{
|
||||
private ServerContext()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue