OPEN - issue BATCH-90: StepExecution and StepExecutionContext are parallel domains, and StepExecution is by comparison anaemic

http://opensource.atlassian.com/projects/spring/browse/BATCH-90

Javadocs and package private constructor
This commit is contained in:
dsyer
2007-09-30 11:55:56 +00:00
parent 741371d9f0
commit 33e63bc5dd

View File

@@ -42,9 +42,9 @@ public class JobInstance extends Entity {
private int jobExecutionCount;
/**
* @deprecated should only be used by Hibernate
* Package private constructor for Hibernate use only
*/
public JobInstance() {
JobInstance() {
this(null);
}