Polish contribution

See gh-33166
This commit is contained in:
Stéphane Nicoll 2024-07-08 16:51:23 +02:00
parent 3d8f1fb00f
commit 84f20cd0a7
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public abstract class AbstractNamedValueMethodArgumentResolver implements Handle
protected AbstractNamedValueMethodArgumentResolver(ConversionService conversionService,
@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.
//noinspection ConstantConditions