Resolved some TODOs.

This commit is contained in:
dsyer
2008-01-28 16:47:08 +00:00
parent f092cb8a99
commit 8c1210f5da
4 changed files with 2 additions and 10 deletions

View File

@@ -37,7 +37,6 @@ public class JobInstance extends Entity {
private Job job;
// TODO declare transient or make the class serializable
private BatchStatus status;
private int jobExecutionCount;

View File

@@ -50,7 +50,6 @@ public class StepInstance extends Entity {
private JobInstance jobInstance;
// TODO declare transient or make serializable
private BatchStatus status;
private RestartData restartData = new GenericRestartData(new Properties());