mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
implement File.toString
This commit is contained in:
@ -82,6 +82,10 @@ public class File {
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return getPath();
|
||||
}
|
||||
|
||||
public String getPath() {
|
||||
return path;
|
||||
}
|
||||
|
Reference in New Issue
Block a user