We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bea505 commit 3a9e6e6Copy full SHA for 3a9e6e6
spring-batch-core/src/main/java/org/springframework/batch/core/JobParameter.java
@@ -43,7 +43,7 @@ public class JobParameter<T> implements Serializable {
43
private boolean identifying;
44
45
/**
46
- * reate a new {@link JobParameter}.
+ * Create a new {@link JobParameter}.
47
* @param value the value of the parameter. Must not be {@code null}.
48
* @param type the type of the parameter. Must not be {@code null}.
49
* @param identifying true if the parameter is identifying. false otherwise.
0 commit comments