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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user