only use concerned subset
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1430604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c52ea479b3
commit
d63d6355f1
@ -226,6 +226,6 @@ public void setRegistry( Registry registry )
|
|||||||
|
|
||||||
public Collection<String> getKeys()
|
public Collection<String> getKeys()
|
||||||
{
|
{
|
||||||
return this.registry.getKeys();
|
return this.registry.getSubset( PREFIX ).getKeys();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user