Build: Fix some deprecation warnings all over

This commit is contained in:
zzz
2024-11-28 17:17:11 -05:00
parent a1949bf612
commit 37cdade492
4 changed files with 6 additions and 3 deletions

View File

@@ -162,6 +162,7 @@ public class Dispatcher implements RequestHandler, NotificationHandler {
/**
* @deprecated
*/
@Deprecated
public JSONRPC2Response dispatch(final JSONRPC2Request request, final MessageContext requestCtx) {
return process(request, requestCtx);
@@ -209,6 +210,7 @@ public class Dispatcher implements RequestHandler, NotificationHandler {
/**
* @deprecated
*/
@Deprecated
public void dispatch(final JSONRPC2Notification notification, final MessageContext notificationCtx) {
process(notification, notificationCtx);