Commit 8e4814bd authored by yihua.huang's avatar yihua.huang

fix path seperator

parent e8d4a9be
......@@ -22,10 +22,10 @@ public class FilePersistentBase {
}
public void setPath(String path) {
this.path = path;
if (!path.endsWith(PATH_SEPERATOR)) {
path += PATH_SEPERATOR;
}
this.path = path;
}
public File getFile(String fullName) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment