mirror of https://github.com/apache/archiva.git
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:
parent
ded6d2666e
commit
480a2b7872
|
@ -726,7 +726,7 @@ public class DefaultRepositoryProxyConnectors
|
|||
return true;
|
||||
}
|
||||
|
||||
return collection.isEmpty();
|
||||
return collection.size() == 0;
|
||||
}
|
||||
|
||||
private ArchivaRepository getRepository( String repoId )
|
||||
|
|
Loading…
Reference in New Issue