This commit is contained in:
Anil Koyuncu
2018-03-19 18:30:48 +01:00
parent d7bd815ef6
commit 182b000ad1
@@ -186,8 +186,8 @@ public class MultiThreadTreeLoader {
String firstValue = split[2];
String secondValue = split[3];
firstValue = inputPath + firstValue;
secondValue = inputPath + secondValue;
firstValue = inputPath + firstValue.substring(1);;
secondValue = inputPath + secondValue.substring(1);;
ITree oldTree = getSimpliedTree(firstValue);