Skip to content

Commit

Permalink
Polish microsphere-projects#86 : Reuse default method
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 10, 2025
1 parent 5c4fa0a commit 1b3a962
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ public void beforeExecute(HandlerMethod handlerMethod, Object[] args, NativeWebR
context.publishEvent(new HandlerMethodArgumentsResolvedEvent(request, handlerMethod, args));
}

@Override
public void afterExecute(HandlerMethod handlerMethod, Object[] args, Object returnValue, Throwable error, NativeWebRequest request) throws Exception {
// DO NOTHING
}

@Override
protected void doStart() {
WebEndpointMappingRegistry webEndpointMappingRegistry = context.getBean(WebEndpointMappingRegistry.class);
Expand Down

0 comments on commit 1b3a962

Please sign in to comment.