Skip to content

Commit c9486cb

Browse files
committed
[GH Usage] Updated GH Usage Config class documentation
1 parent 229d173 commit c9486cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetGallery.Core/GitHub/IGitHubUsageConfiguration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ public interface IGitHubUsageConfiguration
44
{
55
/// <summary>
66
/// Returns a NuGetPackageGitHubInformation object that contains the information about a NuGet package.
7-
/// NOTE: If a packageId has no information, the NuGetPackageGitHubInformation's TotalRepos will be 0
7+
/// If a packageId has no information, the NuGetPackageGitHubInformation's TotalRepos will be 0
88
/// and the Repos list will be empty
99
///
10-
/// throws an ArgumentException if the packageId is null
1110
/// </summary>
11+
/// <exception cref="System.ArgumentNullException">Thrown when packageId is null</exception>
1212
/// <param name="packageId">NuGet package id, cannot be null</param>
1313
/// <returns></returns>
1414
NuGetPackageGitHubInformation GetPackageInformation(string packageId);

0 commit comments

Comments
 (0)