summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2018-12-20 08:50:12 +0100
committerTobias Roeser <le.petit.fou@web.de>2018-12-20 08:51:21 +0100
commiteececd6bbabd88b155a86e376a19d3aeee19cccf (patch)
tree2030d94b4811706915746f0d3816fd12af67a284 /main
parent056cd88f77d09ad7237933a38d441862501d8739 (diff)
downloadmill-eececd6bbabd88b155a86e376a19d3aeee19cccf.tar.gz
mill-eececd6bbabd88b155a86e376a19d3aeee19cccf.tar.bz2
mill-eececd6bbabd88b155a86e376a19d3aeee19cccf.zip
Fixed typo and added class link
Diffstat (limited to 'main')
-rw-r--r--main/src/modules/Jvm.scala4
1 files changed, 2 insertions, 2 deletions
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)