GH-1146 - Fix identifier comparison in event publications cache key.
This commit is contained in:
@@ -386,7 +386,7 @@ public class DefaultEventPublicationRegistry
|
||||
}
|
||||
|
||||
return this.event == that.event
|
||||
&& this.identifier.equals(identifier);
|
||||
&& this.identifier.equals(that.identifier);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user