Docs: Remove unnecessary generic type parameter in JavaDoc from execute method in CommandHandlerExecutor
This commit is contained in:
-1
@@ -30,7 +30,6 @@ public class CommandHandlerExecutor {
|
|||||||
*
|
*
|
||||||
* @param handler the command handler containing checks and execution logic
|
* @param handler the command handler containing checks and execution logic
|
||||||
* @param request the incoming request to validate and process
|
* @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
|
* @throws NullPointerException if handler or request is null
|
||||||
*/
|
*/
|
||||||
public void execute(CommandHandler<Request> handler, Request request) {
|
public void execute(CommandHandler<Request> handler, Request request) {
|
||||||
|
|||||||
Reference in New Issue
Block a user