Skip to content

Commit 1ce341b

Browse files
author
Micha Kiener
committed
SPR-6423, javadoc link corrected
1 parent 331831f commit 1ce341b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

org.springframework.beans/src/main/java/org/springframework/beans/factory/config/DestructionAwareAttributeMap.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ public void clear() {
164164
* Note that 'destruction' refers to to automatic destruction of the object
165165
* as part of the scope's own lifecycle, not to the individual scoped object
166166
* having been explicitly removed by the application. If a scoped object
167-
* gets removed via this facade's {@link #remove(String)} method, any
168-
* registered destruction callback should be removed as well, assuming that
169-
* the removed object will be reused or manually destroyed.
167+
* gets removed via this facade's {@link #removeAttribute(String)} method,
168+
* any registered destruction callback should be removed as well, assuming
169+
* that the removed object will be reused or manually destroyed.
170170
*
171171
* @param name
172172
* the name of the object to execute the destruction callback for

0 commit comments

Comments
 (0)