Chore: Update Javadoc for Session classes
This commit is contained in:
@@ -25,7 +25,6 @@ public class Session {
|
||||
*
|
||||
* @param transport the transport layer for communication
|
||||
* @param eventBus the event bus for publishing events
|
||||
* @throws IOException if an I/O error occurs during initialization
|
||||
*/
|
||||
public Session(
|
||||
TransportLayer transport,
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ public class SessionId {
|
||||
/**
|
||||
* Creates a new SessionId with the specified UUID.
|
||||
*
|
||||
* @param UUID to use for this SessionId
|
||||
* @param value UUID to use for this SessionId
|
||||
*/
|
||||
public SessionId(UUID value) {
|
||||
this.value = value;
|
||||
|
||||
+1
-1
@@ -88,7 +88,7 @@ public class SessionManager {
|
||||
/**
|
||||
* Handler for the DisconnectEvent
|
||||
*
|
||||
* @param id of the session that disconnected
|
||||
* @param event the DisconnectEvent to handle
|
||||
*/
|
||||
public void onDisconnect(DisconnectEvent event) {
|
||||
logger.debug("Recieved DisconnectEvent event for session {}", event.sessionId().value());
|
||||
|
||||
Reference in New Issue
Block a user