Simplify [ReceivePack]MessageSender logic
In AsyncReceiveCommits, messageSender is always null. This obviates MessageSender as a separate interface. Change-Id: I3d88613780d6c5c93754c70f06a079ed83f2bd0c
This commit is contained in:
@@ -331,7 +331,7 @@ class InProcessProtocol extends TestProtocol<Context> {
|
||||
}
|
||||
|
||||
AsyncReceiveCommits arc =
|
||||
factory.create(projectState, identifiedUser, db, null, ImmutableSetMultimap.of());
|
||||
factory.create(projectState, identifiedUser, db, ImmutableSetMultimap.of());
|
||||
ReceivePack rp = arc.getReceivePack();
|
||||
|
||||
Capable r = arc.canUpload();
|
||||
|
||||
Reference in New Issue
Block a user