* Add repositories at the end of the repository list
if parent is null or not contained in list.
This commit is contained in:
parent
db95fb181c
commit
fb6c213f1c
1 changed files with 2 additions and 2 deletions
|
@ -1740,8 +1740,8 @@ public final class Application implements IPathElement, Runnable {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// no parent or parent not in app's repositories.
|
// no parent or parent not in app's repositories, add at end of list.
|
||||||
repositories.add(0, rep);
|
repositories.add(rep);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue