diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/JobParameter.java b/spring-batch-core/src/main/java/org/springframework/batch/core/JobParameter.java index be7df9fd6..5b1811e93 100644 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/JobParameter.java +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/JobParameter.java @@ -43,7 +43,7 @@ public class JobParameter implements Serializable { private boolean identifying; /** - * reate a new {@link JobParameter}. + * Create a new {@link JobParameter}. * @param value the value of the parameter. Must not be {@code null}. * @param type the type of the parameter. Must not be {@code null}. * @param identifying true if the parameter is identifying. false otherwise.