Docs: Modify JavaDoc to match changes

This commit is contained in:
Lars Simon Winzer
2026-04-01 12:46:51 +02:00
parent 4deeace547
commit ae98334c56
@@ -27,8 +27,8 @@ public class ResponseDispatcher {
* the target session's response queue.
*
* @param response the response to dispatch
* @throws InterruptedException if the thread is interrupted while waiting to enqueue the
* primitive response
* @throws ResponseDispatchException wraps any exceptions that occur during dispatching, such as
* the {@link InterruptedException}
*/
public void dispatch(Response response) {
PrimitiveResponse primitiveResponse = ResponseEncoder.encode(response);