mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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)
|
||||
}
|
||||
|
||||
|
||||
public override fun toString() = mavenId.toId
|
||||
override fun toString() = mavenId.toId
|
||||
|
||||
override val id = mavenId.toId
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue