Docs: Improve javaDoc for getSessionId method in Response

This commit is contained in:
Lars Simon Winzer
2026-03-31 20:36:40 +02:00
parent 945418798b
commit 2ad2981724
@@ -29,7 +29,7 @@ public abstract class Response {
public abstract String prefix();
/**
* Returns the session id that should receive this response.
* Returns the session id of the session that should receive this response.
*
* @return the target {@link SessionId}
*/