Skip to content

Commit

Permalink
Revert "Make GitUtils.git a transient field - cannot serialize it"
Browse files Browse the repository at this point in the history
This reverts commit 1390204 in case a
problem like JENKINS-33695 affects this area of the code as well.
  • Loading branch information
MarkEWaite committed Mar 24, 2016
1 parent 4a9031e commit 20048bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/git/util/GitUtils.java
Expand Up @@ -27,7 +27,7 @@
import java.util.logging.Logger;

public class GitUtils implements Serializable {
transient GitClient git;
GitClient git;
TaskListener listener;

public GitUtils(TaskListener listener, GitClient git) {
Expand Down

0 comments on commit 20048bc

Please sign in to comment.