Skip to content

Commit

Permalink
Fix JENKINS-12924
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Feb 28, 2012
1 parent 7ce21cc commit 132a6a6
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -50,7 +50,6 @@ public class FileNameTrigger extends AbstractTrigger {

private FileNameTriggerInfo[] fileInfo = new FileNameTriggerInfo[0];

private transient boolean offlineSlaveOnStartup = false;

public FileNameTrigger(String cronTabSpec, FileNameTriggerInfo[] fileInfo) throws ANTLRException {
super(cronTabSpec);
Expand Down

0 comments on commit 132a6a6

Please sign in to comment.