fixing impacted observable client

This commit is contained in:
Brendan Forster
2014-07-11 09:45:20 +09:30
parent 001c5ac564
commit fe4e7cceec
3 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ namespace Octokit.Reactive
/// <param name="name">The name of the repository</param>
/// <param name="number">The pull request number</param>
/// <returns>The list of <see cref="PullRequestReviewComment"/>s for the specified pull request</returns>
IObservable<PullRequestReviewComment> GetForPullRequest(string owner, string name, int number);
IObservable<PullRequestReviewComment> GetAll(string owner, string name, int number);
/// <summary>
/// Gets a list of the pull request review comments in a specified repository.