mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
toString.
This commit is contained in:
parent
3aa169e136
commit
f0d7c178d7
1 changed files with 1 additions and 2 deletions
|
@ -59,8 +59,7 @@ public class MavenDependency @Inject constructor(mavenId: MavenId,
|
||||||
fun create(mavenId: MavenId, ex: ExecutorService = executor) = depFactory.create(mavenId.toId, ex)
|
fun create(mavenId: MavenId, ex: ExecutorService = executor) = depFactory.create(mavenId.toId, ex)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun toString() = mavenId.toId
|
||||||
public override fun toString() = mavenId.toId
|
|
||||||
|
|
||||||
override val id = mavenId.toId
|
override val id = mavenId.toId
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue