Skip to content

Commit

Permalink
Update documentation of RunCherryPickAsync method
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbware committed Jan 11, 2024
1 parent d368a54 commit cf2e16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion COMET.Web.Common/Utilities/CherryPick/CherryPickRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void InitializeProperties(IEnumerable<INeedCherryPickedData> needCherryPi
}

/// <summary>
/// Runs the cherrypick features based on data required from <see cref="CherryPickRunner.NeedCherryPicked"/>;
/// Runs the cherrypick features based on data required from <see cref="needCherryPicked" /> for all the Engineering Models the user is participating on
/// </summary>
/// <param name="cancellationToken">A <see cref="CancellationToken"/> to cancel any tasks upon request. The default is <see cref="CancellationToken.None"/></param>
/// <returns>A <see cref="Task" /></returns>
Expand Down
2 changes: 1 addition & 1 deletion COMET.Web.Common/Utilities/CherryPick/ICherryPickRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public interface ICherryPickRunner
void InitializeProperties(IEnumerable<INeedCherryPickedData> needCherryPickedData);

/// <summary>
/// Runs the cherrypick features based on data required from <see cref="CherryPickRunner.NeedCherryPicked"/>;
/// Runs the cherrypick features based on data required from <see cref="needCherryPicked" /> for all the Engineering Models the user is participating on
/// </summary>
/// <param name="cancellationToken">A <see cref="CancellationToken"/> to cancel any tasks upon request. The default is <see cref="CancellationToken.None"/></param>
/// <returns>A <see cref="Task" /></returns>
Expand Down

0 comments on commit cf2e16a

Please sign in to comment.