Skip to content

Commit

Permalink
making the method private
Browse files Browse the repository at this point in the history
  • Loading branch information
adityanarayanp committed Dec 6, 2023
1 parent e28a290 commit 21cab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArtifactoryUploader/PackageUploadHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ private static void IncrementCountersBasedOnPackageType(UploaderKpiData uploader
}
}

public static async Task<List<AqlResult>> GetListOfComponentsFromRepo(string[] repoList, IJFrogService jFrogService)
private static async Task<List<AqlResult>> GetListOfComponentsFromRepo(string[] repoList, IJFrogService jFrogService)
{
if (repoList != null && repoList.Length > 0)
{
Expand Down

0 comments on commit 21cab99

Please sign in to comment.