mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
merge and update
This commit is contained in:
@@ -26,7 +26,7 @@ public class IntroductionModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
MessageValidator getValidator(MessageQueueManager messageQueueManager,
|
||||
MessageValidator provideValidator(MessageQueueManager messageQueueManager,
|
||||
IntroductionManager introductionManager,
|
||||
MetadataEncoder metadataEncoder, ClientHelper clientHelper,
|
||||
Clock clock) {
|
||||
@@ -43,7 +43,7 @@ public class IntroductionModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
IntroductionManager getIntroductionManager(
|
||||
IntroductionManager provideIntroductionManager(
|
||||
LifecycleManager lifecycleManager,
|
||||
ContactManager contactManager,
|
||||
MessageQueueManager messageQueueManager,
|
||||
|
||||
Reference in New Issue
Block a user