1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

toString.

This commit is contained in:
Cedric Beust 2015-12-08 07:09:29 -08:00
parent 3aa169e136
commit f0d7c178d7

View file

@ -59,8 +59,7 @@ public class MavenDependency @Inject constructor(mavenId: MavenId,
fun create(mavenId: MavenId, ex: ExecutorService = executor) = depFactory.create(mavenId.toId, ex)
}
public override fun toString() = mavenId.toId
override fun toString() = mavenId.toId
override val id = mavenId.toId