Skip to content

Commit d0aa7ad

Browse files
committed
Fix invalid character in Javadoc of BeanFactory
1 parent 072fc80 commit d0aa7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/BeanFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public interface BeanFactory {
243243
* specific type, specify the actual bean type as an argument here and subsequently
244244
* use {@link ObjectProvider#orderedStream()} or its lazy streaming/iteration options.
245245
* <p>Also, generics matching is strict here, as per the Java assignment rules.
246-
* For lenient fallback matching with unchecked semantics (similar to the ´unchecked´
246+
* For lenient fallback matching with unchecked semantics (similar to the 'unchecked'
247247
* Java compiler warning), consider calling {@link #getBeanProvider(Class)} with the
248248
* raw type as a second step if no full generic match is
249249
* {@link ObjectProvider#getIfAvailable() available} with this variant.

0 commit comments

Comments
 (0)