mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
toString() for dependencies.
This commit is contained in:
parent
f52e606170
commit
7fe1a9b8aa
1 changed files with 2 additions and 0 deletions
|
@ -72,4 +72,6 @@ open public class FileDependency(open val fileName: String) : IClasspathDependen
|
||||||
override fun directDependencies() = arrayListOf<IClasspathDependency>()
|
override fun directDependencies() = arrayListOf<IClasspathDependency>()
|
||||||
|
|
||||||
override fun compareTo(other: FileDependency) = fileName.compareTo(other.fileName)
|
override fun compareTo(other: FileDependency) = fileName.compareTo(other.fileName)
|
||||||
|
|
||||||
|
override fun toString() = fileName
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue