Batch-295:Added DefaultJobLauncher, which implements the JobLauncher interface in a different. Misc. other changes were made in support of this.

This commit is contained in:
lucasward
2008-01-18 00:42:06 +00:00
parent 9d79f5340d
commit 530970c9d4

View File

@@ -60,5 +60,5 @@ public class FlatFileParsingException extends ParsingException {
public int getLineNumber() {
return lineNumber;
}
}
}