minor change

This commit is contained in:
Shreyas Zare
2020-10-04 14:50:08 +05:30
parent 0970955ab5
commit e4bb8c15eb

View File

@@ -124,7 +124,7 @@ namespace DnsServerCore.Dns.ZoneManagers
}
}
public void Flush()
public override void Flush()
{
_root.Clear();
}