mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix misspelling of applicationListenerDectector variable
Closes gh-31006
This commit is contained in:
+2
-2
@@ -115,8 +115,8 @@ class ApplicationListenerDetector implements DestructionAwareBeanPostProcessor,
|
||||
@Override
|
||||
public boolean equals(@Nullable Object other) {
|
||||
return (this == other ||
|
||||
(other instanceof ApplicationListenerDetector applicationListenerDectector &&
|
||||
this.applicationContext == applicationListenerDectector.applicationContext));
|
||||
(other instanceof ApplicationListenerDetector applicationListenerDetector &&
|
||||
this.applicationContext == applicationListenerDetector.applicationContext));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user