Skip to content

Commit

Permalink
[FIXED JENKINS-45598] Field was marked transient by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jul 18, 2017
1 parent a85ede1 commit 4d4635d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jenkins/plugins/git/GitSCMSource.java
Expand Up @@ -118,7 +118,7 @@ public class GitSCMSource extends AbstractGitSCMSource {
private final String remote;

@CheckForNull
private transient String credentialsId;
private String credentialsId;

@Deprecated
private transient String remoteName;
Expand Down

0 comments on commit 4d4635d

Please sign in to comment.