Skip to content

Commit 7f13c53

Browse files
Kim Seon Woofmbenhassine
authored andcommitted
Fix javadoc of SimpleStepBuilder
Resolves #4402 Author: Seon Woo Kim <seronwoo960000.kim@gmail.com>
1 parent 9251add commit 7f13c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/step/builder/SimpleStepBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2021 the original author or authors.
2+
* Copyright 2006-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -57,7 +57,7 @@
5757

5858
/**
5959
* Step builder for simple item processing (chunk oriented) steps. Items are read and cached in chunks, and then
60-
* processed (transformed) and written (optionally either the processor or the writer can be omitted) all in the same
60+
* processed (transformed) and written (optionally the processor can be omitted) all in the same
6161
* transaction.
6262
*
6363
* @see FaultTolerantStepBuilder for a step that handles retry and skip of failed items

0 commit comments

Comments
 (0)