@SuppressWarnings("PMD.UnusedFormalParameter")
private void addMatchingRuleUses( Schema schema, Registries registries ) throws LdapException, IOException
{
if ( !schemaLoader.loadMatchingRuleUses( schema ).isEmpty() )
{
throw new NotImplementedException( I18n.err( I18n.ERR_11005 ) );
}
// for ( Entry entry : schemaLoader.loadMatchingRuleUses( schema ) )
// {
// throw new NotImplementedException( I18n.err( I18n.ERR_11005 ) );
// }