Skip to content

Commit

Permalink
Populate commit with data for getCommitShortInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Feb 21, 2016
1 parent d91388a commit c0a05e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/kohsuke/github/GHCommit.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ static class User {
User author,committer;


public ShortInfo getCommitShortInfo() {
public ShortInfo getCommitShortInfo() throws IOException {
populate();
return commit;
}

Expand Down

0 comments on commit c0a05e0

Please sign in to comment.