Created
November 14, 2016 16:39
-
-
Save anonymous/bbabf5ad8186023feb91f99adcf761c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class BadJobConfiguration extends JobConfigurationBase { | |
@Override | |
public int getRetries() { | |
return -1; | |
} | |
@Override | |
public String getRunCommand() { | |
return null; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment