File tree 1 file changed +1
-1
lines changed
spring-beans/src/main/java/org/springframework/beans/factory
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public interface BeanFactory {
239
239
* specific type, specify the actual bean type as an argument here and subsequently
240
240
* use {@link ObjectProvider#orderedStream()} or its lazy streaming/iteration options.
241
241
* <p>Also, generics matching is strict here, as per the Java assignment rules.
242
- * For lenient fallback matching with unchecked semantics (similar to the ´ unchecked´
242
+ * For lenient fallback matching with unchecked semantics (similar to the ' unchecked'
243
243
* Java compiler warning), consider calling {@link #getBeanProvider(Class)} with the
244
244
* raw type as a second step if no full generic match is
245
245
* {@link ObjectProvider#getIfAvailable() available} with this variant.
You can’t perform that action at this time.
0 commit comments