spotless
This commit is contained in:
parent
2037c01454
commit
ccbd9afd98
|
@ -179,8 +179,7 @@ public class Batch2WorkChunkEntity implements Serializable {
|
|||
theWorkChunk.getErrorMessage(),
|
||||
theWorkChunk.getErrorCount(),
|
||||
theWorkChunk.getRecordsProcessed(),
|
||||
theWorkChunk.getWarningMessage()
|
||||
);
|
||||
theWorkChunk.getWarningMessage());
|
||||
entity.setSerializedData(theWorkChunk.getData());
|
||||
|
||||
return entity;
|
||||
|
|
|
@ -28,7 +28,7 @@ public interface IInstanceStateTransitions extends IWorkChunkCommon, WorkChunkTe
|
|||
Logger ourLog = LoggerFactory.getLogger(IInstanceStateTransitions.class);
|
||||
|
||||
@Test
|
||||
default void createInstance_createsInQueuedWithChunk() {
|
||||
default void createInstance_createsInQueuedWithChunkInReady() {
|
||||
// given
|
||||
JobDefinition<?> jd = withJobDefinition(false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue