mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 23:39:51 +01:00
CP-36329: Remove redundant verbatim in WlbRecommendations.cs
Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
This commit is contained in:
parent
47884376a3
commit
5d5d971c74
@ -55,7 +55,7 @@ namespace XenAdmin.Commands
|
||||
public WlbRecommendations(List<VM> vms, Dictionary<VM, Dictionary<XenRef<Host>, string[]>> recommendations)
|
||||
{
|
||||
if (vms == null || vms.Count == 0)
|
||||
throw new ArgumentException(@"Parameter cannot be null or empty", nameof(vms));
|
||||
throw new ArgumentException("Parameter cannot be null or empty", nameof(vms));
|
||||
|
||||
_vms = new ReadOnlyCollection<VM>(vms);
|
||||
_recommendations = recommendations;
|
||||
|
Loading…
Reference in New Issue
Block a user