Code cleanup

This commit is contained in:
Henrik Andersson
2014-06-15 09:25:54 +10:00
parent 7f9429b8e9
commit 95430298b5
4 changed files with 11 additions and 27 deletions
@@ -82,18 +82,6 @@ namespace Octokit
}
/// <summary>
/// Deploy keys are immutable. If you need to update a key, remove the key and create a new one instead.
/// </summary>
/// <remarks>
/// See the <a href="https://developer.github.com/v3/repos/keys/#edit"> API documentation</a> for more information.
/// </remarks>
/// <param name="owner"></param>
/// <param name="name"></param>
/// <param name="number"></param>
/// <param name="newDeployKey"></param>
/// <returns></returns>
/// Task<DeployKey> Update(string owner, string name, int number, NewDeployKey newDeployKey);
/// <summary>
/// Deletes a deploy key from a repository.
/// </summary>