Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87fbb8e

Browse files
committed
Copy/paste error
1 parent 0d92d4b commit 87fbb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/kohsuke/github/GHCommit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public GitUser getCommitter() {
5252
}
5353

5454
public Date getCommitDate() {
55-
return GitHub.parseDate(author.date);
55+
return GitHub.parseDate(committer.date);
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)