Skip to content

Commit

Permalink
Fix javadoc of SimpleStepBuilder
Browse files Browse the repository at this point in the history
Resolves #4402

Author: Seon Woo Kim <seronwoo960000.kim@gmail.com>
  • Loading branch information
Kim Seon Woo authored and fmbenhassine committed Jul 17, 2023
1 parent 9251add commit 7f13c53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2006-2021 the original author or authors.
* Copyright 2006-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -57,7 +57,7 @@

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

0 comments on commit 7f13c53

Please sign in to comment.