Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d92d4b commit 87fbb8eCopy full SHA for 87fbb8e
src/main/java/org/kohsuke/github/GHCommit.java
@@ -52,7 +52,7 @@ public GitUser getCommitter() {
52
}
53
54
public Date getCommitDate() {
55
- return GitHub.parseDate(author.date);
+ return GitHub.parseDate(committer.date);
56
57
58
/**
0 commit comments