Skip to content

Commit

Permalink
Mark fields transient
Browse files Browse the repository at this point in the history
  • Loading branch information
Raihaan Shouhell committed Oct 4, 2019
1 parent 5cd9cb3 commit b4030f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class RemoteBuildConfiguration extends Builder implements SimpleBuildStep
private boolean abortTriggeredJob;
private boolean disabled;

private Map<String, Semaphore> hostLocks = new HashMap<>();
private transient Map<String, Semaphore> hostLocks = new HashMap<>();
private Map<String, Integer> hostPermits = new HashMap<>();

private static Logger logger = Logger.getLogger(RemoteBuildConfiguration.class.getName());
Expand Down

0 comments on commit b4030f8

Please sign in to comment.