Skip to content

Commit

Permalink
Revert janovesk@4d2bc14. The parameter attribute only works for seria…
Browse files Browse the repository at this point in the history
…lization, not deserialization.
  • Loading branch information
janovesk committed Feb 25, 2015
1 parent a61727f commit 015ecb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Octokit/Models/Response/EventInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,11 @@ public enum EventInfoState
/// <summary>
/// The pull request’s branch was deleted.
/// </summary>
[Parameter(Value = "head_ref_deleted")]
HeadRefDeleted,

/// <summary>
/// The pull request’s branch was restored.
/// </summary>
[Parameter(Value = "head_ref_restored")]
HeadRefRestored,
}
}

0 comments on commit 015ecb9

Please sign in to comment.