From 2ad2981724abdf442b565962ba15d96e641a80f1 Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Tue, 31 Mar 2026 20:36:40 +0200 Subject: [PATCH] Docs: Improve javaDoc for getSessionId method in Response --- .../cs108/casono/server/network/protocol/response/Response.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/network/protocol/response/Response.java b/src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/network/protocol/response/Response.java index 6426595..0514c24 100644 --- a/src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/network/protocol/response/Response.java +++ b/src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/network/protocol/response/Response.java @@ -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} */