Docs: Remove unnecessary generic type parameter in JavaDoc from execute method in CommandHandlerExecutor

This commit is contained in:
Lars Simon Winzer
2026-04-08 18:54:12 +02:00
parent e23a9817e2
commit 3de20e3d6c
@@ -30,7 +30,6 @@ public class CommandHandlerExecutor {
*
* @param handler the command handler containing checks and execution logic
* @param request the incoming request to validate and process
* @param <Request> the type of request being processed
* @throws NullPointerException if handler or request is null
*/
public void execute(CommandHandler<Request> handler, Request request) {