mirror of https://github.com/zlatinb/muwire
toString()
parent
094b9ac2b0
commit
00c529cca1
|
@ -4,4 +4,9 @@ import com.muwire.core.Event
|
||||||
|
|
||||||
class SideCarFileEvent extends Event {
|
class SideCarFileEvent extends Event {
|
||||||
File file
|
File file
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return super.toString() + " file: "+file.getAbsolutePath()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue