filepath
This commit is contained in:
+2
-2
@@ -186,8 +186,8 @@ public class MultiThreadTreeLoader {
|
|||||||
String firstValue = split[2];
|
String firstValue = split[2];
|
||||||
String secondValue = split[3];
|
String secondValue = split[3];
|
||||||
|
|
||||||
firstValue = inputPath + firstValue;
|
firstValue = inputPath + firstValue.substring(1);;
|
||||||
secondValue = inputPath + secondValue;
|
secondValue = inputPath + secondValue.substring(1);;
|
||||||
|
|
||||||
ITree oldTree = getSimpliedTree(firstValue);
|
ITree oldTree = getSimpliedTree(firstValue);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user