File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-integration-core/src/main/java/org/springframework/integration/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 */
4848public final class IntegrationReactiveUtils {
4949
50- private static final Log logger = LogFactory .getLog (IntegrationReactiveUtils .class );
50+ private static final Log LOGGER = LogFactory .getLog (IntegrationReactiveUtils .class );
5151
5252 /**
5353 * The subscriber context entry for {@link Flux#delayElements}
@@ -91,7 +91,7 @@ public static <T> Flux<Message<T>> messageSourceToFlux(MessageSource<T> messageS
9191 if (failedMessage != null ) {
9292 AckUtils .autoNack (StaticMessageHeaderAccessor .getAcknowledgmentCallback (failedMessage ));
9393 }
94- logger .error ("Error from Flux for : " + messageSource , ex );
94+ LOGGER .error ("Error from Flux for : " + messageSource , ex );
9595 })
9696 .subscribeOn (Schedulers .boundedElastic ())
9797 .repeatWhenEmpty ((repeat ) ->
You can’t perform that action at this time.
0 commit comments