Apply changes from pr

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

View File

@ -47,7 +47,9 @@ public final class ConnectionRequestEvent implements Event, Cancellable {
}
/**
* @return the IP address of the client attempting to connect.
* The IP address of the client attempting to connect
*
* @return the IP address of the client attempting to connect
*/
@NonNull
public InetSocketAddress getInetSocketAddress() {