mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-26 08:43:30 +00:00
Deprecate getServer() in DispatchServer, use getHttpServer() instead
This commit is contained in:
parent
9afa32928a
commit
6b8902bee2
@ -58,6 +58,10 @@ public final class DispatchServer {
|
||||
public HttpServer getServer() {
|
||||
return server;
|
||||
}
|
||||
|
||||
public HttpServer getHttpServer() {
|
||||
return server;
|
||||
}
|
||||
|
||||
public InetSocketAddress getAddress() {
|
||||
return address;
|
||||
|
Loading…
Reference in New Issue
Block a user