GitReferenceUpdated: Declare listeners as DynamicSet
The listeners should be declared as DynamicSet, not Iterable. Change-Id: I3d5dc4369713f7e18cb3d4b952f0c31209042197
This commit is contained in:
@@ -63,7 +63,7 @@ public class GitReferenceUpdated {
|
||||
Account.Id updater) {}
|
||||
};
|
||||
|
||||
private final Iterable<GitReferenceUpdatedListener> listeners;
|
||||
private final DynamicSet<GitReferenceUpdatedListener> listeners;
|
||||
private final EventUtil util;
|
||||
|
||||
@Inject
|
||||
|
Reference in New Issue
Block a user