Skip to content

Commit

Permalink
Update DefaultRocketMQListenerContainer#getMessageType to protected (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ruansheng8 authored Jul 18, 2024
1 parent b80b147 commit 735c154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ private MethodParameter getMethodParameter() {
}
}

private Type getMessageType() {
protected Type getMessageType() {
Class<?> targetClass;
if (rocketMQListener != null) {
targetClass = AopProxyUtils.ultimateTargetClass(rocketMQListener);
Expand Down

0 comments on commit 735c154

Please sign in to comment.