Improve toString for PassImpl
This commit is contained in:
parent
b49ae7e638
commit
38a6a343f6
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue