Skip to content

Commit 735c154

Browse files
authored
Update DefaultRocketMQListenerContainer#getMessageType to protected (#662)
1 parent b80b147 commit 735c154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/support/DefaultRocketMQListenerContainer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ private MethodParameter getMethodParameter() {
587587
}
588588
}
589589

590-
private Type getMessageType() {
590+
protected Type getMessageType() {
591591
Class<?> targetClass;
592592
if (rocketMQListener != null) {
593593
targetClass = AopProxyUtils.ultimateTargetClass(rocketMQListener);

0 commit comments

Comments
 (0)