mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-17 13:39:19 +01:00
- Fix missing '/'' to paths
This commit is contained in:
parent
2aa0ddff17
commit
70481e9adc
@ -73,7 +73,7 @@ public abstract class NodeEntry {
|
|||||||
|
|
||||||
public String getPath() {
|
public String getPath() {
|
||||||
if (parent != null) {
|
if (parent != null) {
|
||||||
return parent.getFullPath();
|
return parent.getFullPath() + "/";
|
||||||
}
|
}
|
||||||
return "/";
|
return "/";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user