Apply changes from pr

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
This commit is contained in:
Sage 2024-04-01 15:41:29 +02:00 committed by GitHub
parent 878ab94257
commit 969dddeb25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,9 @@ public final class ConnectionRequestEvent implements Event, Cancellable {
}
/**
* @return the IP address of the proxy handling the connection, otherwise null if there is no proxy.
* The IP address of the proxy handling the connection. It will return null if there is no proxy.
*
* @return the IP address of the proxy handling the connection
*/
@Nullable
public InetSocketAddress getProxyIp() {