cleanup compiler warnings in core
This commit is contained in:
@@ -237,7 +237,7 @@ public class StepParser {
|
||||
boolean isFaultTolerant = false;
|
||||
|
||||
// TODO determine if step should be fault-tolerant
|
||||
String faultTolerant = element.getAttribute("fault-tolerant");
|
||||
// String faultTolerant = element.getAttribute("fault-tolerant");
|
||||
|
||||
String skipLimit = element.getAttribute("skip-limit");
|
||||
if (!isFaultTolerant) {
|
||||
|
||||
@@ -21,7 +21,6 @@ import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.batch.core.Job;
|
||||
import org.springframework.batch.core.JobExecution;
|
||||
import org.springframework.batch.core.JobParameters;
|
||||
import org.springframework.batch.core.JobParametersBuilder;
|
||||
import org.springframework.batch.core.annotation.AfterJob;
|
||||
import org.springframework.batch.core.annotation.BeforeJob;
|
||||
|
||||
Reference in New Issue
Block a user