Improve toString for PassImpl

This commit is contained in:
ligi 2016-09-10 15:30:43 +02:00
parent b49ae7e638
commit 38a6a343f6

View file

@ -89,6 +89,9 @@ class PassImpl(override val id: String) : Pass {
return null
}
override fun toString(): String {
return "ID=$id"
}
companion object {
val FILETYPE_IMAGES = ".png"