Docs: Modify JavaDoc to match changes
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ public class ResponseDispatcher {
|
|||||||
* the target session's response queue.
|
* the target session's response queue.
|
||||||
*
|
*
|
||||||
* @param response the response to dispatch
|
* @param response the response to dispatch
|
||||||
* @throws InterruptedException if the thread is interrupted while waiting to enqueue the
|
* @throws ResponseDispatchException wraps any exceptions that occur during dispatching, such as
|
||||||
* primitive response
|
* the {@link InterruptedException}
|
||||||
*/
|
*/
|
||||||
public void dispatch(Response response) {
|
public void dispatch(Response response) {
|
||||||
PrimitiveResponse primitiveResponse = ResponseEncoder.encode(response);
|
PrimitiveResponse primitiveResponse = ResponseEncoder.encode(response);
|
||||||
|
|||||||
Reference in New Issue
Block a user