Skip to content

Commit 3a9e6e6

Browse files
committed
Fix typo in the Javadoc of JobParameter
1 parent 6bea505 commit 3a9e6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/JobParameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class JobParameter<T> implements Serializable {
4343
private boolean identifying;
4444

4545
/**
46-
* reate a new {@link JobParameter}.
46+
* Create a new {@link JobParameter}.
4747
* @param value the value of the parameter. Must not be {@code null}.
4848
* @param type the type of the parameter. Must not be {@code null}.
4949
* @param identifying true if the parameter is identifying. false otherwise.

0 commit comments

Comments
 (0)