Fixed annoying xml doc warning.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2018-04-11 15:06:27 +01:00 committed by Mihaela Stoica
parent c78afd4847
commit ae8cdcdc23

View File

@ -169,7 +169,7 @@ namespace XenAdmin.Plugins
/// Since ip_address can take several values over different Networks, this method returns a list of Uri for
/// each of the different IP addresses.
/// </summary>
/// <param name="text">The text that contains the placeholders to be replaced.</param>
/// <param name="uri">The text that contains the placeholders to be replaced.</param>
/// <param name="obj">The object that the placeholder replacements are for.</param>
/// <returns>A List of Uris.</returns>
public static List<Uri> SubstituteUri(string uri, IXenObject obj)