Browse Source

Polish contribution

See gh-33166
pull/33350/head
Stéphane Nicoll 1 year ago
parent
commit
84f20cd0a7
  1. 2
      spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/AbstractNamedValueMethodArgumentResolver.java

2
spring-messaging/src/main/java/org/springframework/messaging/handler/annotation/support/AbstractNamedValueMethodArgumentResolver.java

@ -76,7 +76,7 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
protected AbstractNamedValueMethodArgumentResolver(ConversionService conversionService, protected AbstractNamedValueMethodArgumentResolver(ConversionService conversionService,
@Nullable ConfigurableBeanFactory beanFactory) { @Nullable ConfigurableBeanFactory beanFactory) {
// Fallback on shared ConversionService for now for historic reasons. // Fallback on shared ConversionService for now for historical reasons.
// Possibly remove after discussion in gh-23882. // Possibly remove after discussion in gh-23882.
//noinspection ConstantConditions //noinspection ConstantConditions

Loading…
Cancel
Save