Typo in Comment

Implemetation -> Implementation
This commit is contained in:
Matt Dolan 2020-08-01 12:37:42 -04:00 committed by GitHub
parent 87677255e1
commit ff0f46a5c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ package software.amazon.kinesis.leases.dynamodb;
@FunctionalInterface
public interface TableCreatorCallback {
/**
* NoOp implemetation for TableCreatorCallback
* NoOp implementation for TableCreatorCallback
*/
TableCreatorCallback NOOP_TABLE_CREATOR_CALLBACK = (TableCreatorCallbackInput tableCreatorCallbackInput) -> {
// Do nothing