Skip to content

Commit

Permalink
work around scala/scala#10220
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jan 5, 2023
1 parent 36e5791 commit 56ddab4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1317,7 +1317,7 @@ class ReplicaManagerTest {
val quota = QuotaFactory.instantiate(config, metrics, time, "")
val blockingSend = new ReplicaFetcherMockBlockingSend(Map(topicPartitionObj ->
new EpochEndOffset(leaderEpochFromLeader, offsetFromLeader)).asJava, BrokerEndPoint(1, "host1" ,1), time)
val replicaManager = new ReplicaManager(config, metrics, time, kafkaZkClient, mockScheduler, mockLogMgr,
val replicaManager: ReplicaManager = new ReplicaManager(config, metrics, time, kafkaZkClient, mockScheduler, mockLogMgr,
new AtomicBoolean(false), quota, mockBrokerTopicStats,
metadataCache, mockLogDirFailureChannel, mockProducePurgatory, mockFetchPurgatory,
mockDeleteRecordsPurgatory, mockElectLeaderPurgatory, Option(this.getClass.getName)) {
Expand Down

0 comments on commit 56ddab4

Please sign in to comment.