Skip to content

Commit

Permalink
Merge pull request #248 from daniel-beck/populate-commit
Browse files Browse the repository at this point in the history
Populate commit with data for getCommitShortInfo
  • Loading branch information
kohsuke committed Mar 1, 2016
2 parents 8556033 + c0a05e0 commit dbcc9af
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 dbcc9af

Please sign in to comment.