Skip to content

Commit c9417d0

Browse files
committed
Fixed invalid code tag in javadoc
(cherry picked from commit a139670)
1 parent 085e52f commit c9417d0

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
@@ -647,8 +647,8 @@ public void copyQualifiersFrom(AbstractBeanDefinition source) {
647647

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

0 commit comments

Comments
 (0)