You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.beans/src/main/java/org/springframework/beans/factory/config/DestructionAwareAttributeMap.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,9 @@ public void clear() {
164
164
* Note that 'destruction' refers to to automatic destruction of the object
165
165
* as part of the scope's own lifecycle, not to the individual scoped object
166
166
* 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.
170
170
*
171
171
* @param name
172
172
* the name of the object to execute the destruction callback for
0 commit comments