We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00de94 commit 24b2304Copy full SHA for 24b2304
1 file changed
data-prepper-api/src/main/java/org/opensearch/dataprepper/model/event/Event.java
@@ -40,7 +40,7 @@ public interface Event extends Serializable {
40
*
41
* @param key where the value will be set
42
* @param value value to set the key to
43
- * @param repalceInvalidCharacters flag indicating if invalid characters should be replaced or not
+ * @param replaceInvalidCharacters flag indicating if invalid characters should be replaced or not
44
* @since 2.13
45
*/
46
void put(String key, Object value, boolean replaceInvalidCharacters);
0 commit comments