Skip to content

Commit a139670

Browse files
committed
Fixed invalid code tag in javadoc
1 parent 1fe477a commit a139670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractBeanDefinition.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ public void copyQualifiersFrom(AbstractBeanDefinition source) {
680680

681681
/**
682682
* Specify whether to allow access to non-public constructors and methods,
683-
* for the case of externalized metadata pointing to those.
684-
* The default is {@code true}; switch this to {@false} for public access only.
683+
* for the case of externalized metadata pointing to those. The default is
684+
* {@code true}; switch this to {@code false} for public access only.
685685
* <p>This applies to constructor resolution, factory method resolution,
686686
* and also init/destroy methods. Bean property accessors have to be public
687687
* in any case and are not affected by this setting.

0 commit comments

Comments
 (0)