toString()

pull/24/head
Zlatin Balevsky 2019-11-02 00:40:08 +00:00
parent 094b9ac2b0
commit 00c529cca1
1 changed files with 5 additions and 0 deletions

View File

@ -4,4 +4,9 @@ import com.muwire.core.Event
class SideCarFileEvent extends Event {
File file
@Override
public String toString() {
return super.toString() + " file: "+file.getAbsolutePath()
}
}