mirror of
https://github.com/corda/corda.git
synced 2025-02-02 09:18:13 +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() {
|
public String getPath() {
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user