Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3067c773e9
|
|
@ -59,10 +59,10 @@ public class TreeNodeUtil {
|
||||||
Long id = var6[i];
|
Long id = var6[i];
|
||||||
|
|
||||||
for(int j = 0; j < length; ++j) {
|
for(int j = 0; j < length; ++j) {
|
||||||
t = (BaseTreeNode)listNodes.get(i);
|
t = (BaseTreeNode)listNodes.get(j);
|
||||||
if (id.equals(t.getId())) {
|
if (id.equals(t.getId())) {
|
||||||
treeNodes.add((T) t);
|
treeNodes.add((T) t);
|
||||||
nodeIndex[i] = 1;
|
nodeIndex[j] = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue