cleanup compiler warnings in core

This commit is contained in:
robokaso
2008-12-08 12:57:46 +00:00
parent 9b76c9eaae
commit 33ec4a5682
2 changed files with 1 additions and 2 deletions

View File

@@ -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) {

View File

@@ -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;