From eececd6bbabd88b155a86e376a19d3aeee19cccf Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Thu, 20 Dec 2018 08:50:12 +0100 Subject: Fixed typo and added class link --- main/src/modules/Jvm.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/src/modules/Jvm.scala b/main/src/modules/Jvm.scala index 020de4b1..555fabae 100644 --- a/main/src/modules/Jvm.scala +++ b/main/src/modules/Jvm.scala @@ -495,8 +495,8 @@ object Jvm { * A Coursier Cache.Logger implementation that updates the ticker with the count and * overall byte size of artifacts being downloaded. * - * In practice, this ticket output gets prefixed with the current target for which - * dependencies are being resolved, using a ProxyLogger subclass. + * In practice, this ticker output gets prefixed with the current target for which + * dependencies are being resolved, using a [[mill.util.ProxyLogger]] subclass. */ class TickerResolutionLogger(ctx: mill.util.Ctx.Log) extends Cache.Logger { case class DownloadState(var current: Long, var total: Long) -- cgit v1.2.3