Skip to content

Commit

Permalink
Merge pull request #616 from jglick/JENKINS-48950
Browse files Browse the repository at this point in the history
[JENKINS-48950] [JEP-200] Stop trying to serialize github-api types
  • Loading branch information
samrocketman committed Jan 21, 2018
2 parents 6608457 + e3afffc commit e381590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/jenkinsci/plugins/ghprb/GhprbCause.java
Expand Up @@ -30,13 +30,13 @@ public class GhprbCause extends Cause {

private final URL url;

private final GHUser triggerSender;
private final transient GHUser triggerSender;

private final String commentBody;

private final GitUser commitAuthor;
private final transient GitUser commitAuthor;

private final GHUser pullRequestAuthor;
private final transient GHUser pullRequestAuthor;

private final String description;

Expand Down

0 comments on commit e381590

Please sign in to comment.