File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public TransactionHandlerRegistry transactionHandlerRegistry(RocketMQTemplate te
9898 @ Bean (name = RocketMQConfigUtils .ROCKETMQ_TRANSACTION_ANNOTATION_PROCESSOR_BEAN_NAME )
9999 @ ConditionalOnBean (TransactionHandlerRegistry .class )
100100 @ Role (BeanDefinition .ROLE_INFRASTRUCTURE )
101- public RocketMQTransactionAnnotationProcessor transactionAnnotationProcessor (TransactionHandlerRegistry transactionHandlerRegistry ) {
101+ public static RocketMQTransactionAnnotationProcessor transactionAnnotationProcessor (TransactionHandlerRegistry transactionHandlerRegistry ) {
102102 return new RocketMQTransactionAnnotationProcessor (transactionHandlerRegistry );
103103 }
104104}
You can’t perform that action at this time.
0 commit comments