Skip to content

Commit 24b2304

Browse files
committed
Fixed javadoc error
Signed-off-by: Kondaka <krishkdk@amazon.com>
1 parent a00de94 commit 24b2304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • data-prepper-api/src/main/java/org/opensearch/dataprepper/model/event

data-prepper-api/src/main/java/org/opensearch/dataprepper/model/event/Event.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public interface Event extends Serializable {
4040
*
4141
* @param key where the value will be set
4242
* @param value value to set the key to
43-
* @param repalceInvalidCharacters flag indicating if invalid characters should be replaced or not
43+
* @param replaceInvalidCharacters flag indicating if invalid characters should be replaced or not
4444
* @since 2.13
4545
*/
4646
void put(String key, Object value, boolean replaceInvalidCharacters);

0 commit comments

Comments
 (0)