* Add repositories at the end of the repository list

if parent is null or not contained in list.
This commit is contained in:
hns 2006-01-24 12:39:32 +00:00
parent db95fb181c
commit fb6c213f1c

View file

@ -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;