Skip to content

Commit

Permalink
Removed build warnings from IPortalAliasService
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeHoefling committed Sep 4, 2020
1 parent a3b1670 commit a244c29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public interface IPortalAliasService
/// <summary>
/// Get all portal aliases.
/// </summary>
/// <returns>A collection of portal aliases</returns>
/// <returns>A collection of portal aliases.</returns>
IDictionary<string, IPortalAliasInfo> GetPortalAliases();

/// <summary>
Expand All @@ -86,7 +86,7 @@ public interface IPortalAliasService
/// <summary>
/// Gets the portal by portal alias ID.
/// </summary>
/// <param name="PortalAliasId">The portal alias id.</param>
/// <param name="portalAliasId">The portal alias id.</param>
/// <returns>Portal info.</returns>
IPortalInfo GetPortalByPortalAliasId(int portalAliasId);

Expand Down

0 comments on commit a244c29

Please sign in to comment.