Change Server.ServerContext to package-private

This commit is contained in:
Joakim Erdfelt 2022-10-20 16:58:24 -05:00
parent ba48d5a82f
commit 3980958949
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{