Skip to content

Commit 8abd313

Browse files
Kim Seon Woofmbenhassine
Kim Seon Woo
authored andcommitted
Fix javadoc of SimpleStepBuilder
Resolves #4402 Author: Seon Woo Kim <[email protected]> (cherry picked from commit 1c48223)
1 parent 2a8110e commit 8abd313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2022 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.
@@ -58,8 +58,8 @@
5858

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

0 commit comments

Comments
 (0)