Skip to content

Commit ef81f06

Browse files
committed
Fix invalid character in Javadoc of BeanFactory
1 parent a65ea79 commit ef81f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public interface BeanFactory {
239239
* specific type, specify the actual bean type as an argument here and subsequently
240240
* use {@link ObjectProvider#orderedStream()} or its lazy streaming/iteration options.
241241
* <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'
243243
* Java compiler warning), consider calling {@link #getBeanProvider(Class)} with the
244244
* raw type as a second step if no full generic match is
245245
* {@link ObjectProvider#getIfAvailable() available} with this variant.

0 commit comments

Comments
 (0)