Fix typo in the Javadoc of JobParameter

This commit is contained in:
Mahmoud Ben Hassine
2023-02-08 14:58:18 +01:00
parent 6bea505f15
commit 3a9e6e606c

View File

@@ -43,7 +43,7 @@ public class JobParameter<T> 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.