Correcting whitelist handling.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@562477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-08-03 14:33:35 +00:00
parent ded6d2666e
commit 480a2b7872
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ public class DefaultRepositoryProxyConnectors
return true; return true;
} }
return collection.isEmpty(); return collection.size() == 0;
} }
private ArchivaRepository getRepository( String repoId ) private ArchivaRepository getRepository( String repoId )