mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
implement File.toString
This commit is contained in:
parent
838cf9fdd1
commit
20baef4e69
@ -82,6 +82,10 @@ public class File {
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return getPath();
|
||||
}
|
||||
|
||||
public String getPath() {
|
||||
return path;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user