Skip to content

Commit

Permalink
[JENKINS-48950] [JEP-200] Stop trying to serialize github-api types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jan 16, 2018
1 parent 6608457 commit e3afffc
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 e3afffc

Please sign in to comment.