/ Published in: Java
Expand |
Embed | Plain Text
path = StringUtils.substringBefore(path, "classes"); path = StringUtils.replace(path, "%20", " "); return StringUtils.removeStart(path, "/"); }
You need to login to post a comment.
path = StringUtils.substringBefore(path, "classes"); path = StringUtils.replace(path, "%20", " "); return StringUtils.removeStart(path, "/"); }
You need to login to post a comment.