Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Aug 4, 2021
1 parent 5dda070 commit 381b70e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class RetryNonSerializedEmitFailureHandler implements EmitFailureHandler {

public static final RetryNonSerializedEmitFailureHandler RETRY_NOT_SERIALIZED =
public static final RetryNonSerializedEmitFailureHandler RETRY_NON_SERIALIZED =
new RetryNonSerializedEmitFailureHandler();

@Override
Expand Down

0 comments on commit 381b70e

Please sign in to comment.