Skip to content

Commit 3408011

Browse files
committed
Add missing GHAuthor constructor
1 parent 7317a7c commit 3408011

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ public List<String> getParentSHA1s() {
8080
*/
8181
@Deprecated
8282
public static class GHAuthor extends GitUser {
83+
public GHAuthor() {
84+
super();
85+
}
86+
8387
public GHAuthor(GitUser user) {
8488
super(user);
8589
}

0 commit comments

Comments
 (0)