Skip to content

Commit 84f20cd

Browse files
committed
Polish contribution
See gh-33166
1 parent 3d8f1fb commit 84f20cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
7676
protected AbstractNamedValueMethodArgumentResolver(ConversionService conversionService,
7777
@Nullable ConfigurableBeanFactory beanFactory) {
7878

79-
// Fallback on shared ConversionService for now for historic reasons.
79+
// Fallback on shared ConversionService for now for historical reasons.
8080
// Possibly remove after discussion in gh-23882.
8181

8282
//noinspection ConstantConditions

0 commit comments

Comments
 (0)