|
|
|
|
@ -115,8 +115,8 @@ class ApplicationListenerDetector implements DestructionAwareBeanPostProcessor,
@@ -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 |
|
|
|
|
|