awslabs / amazon-dynamodb-lock-client

The AmazonDynamoDBLockClient is a general purpose distributed locking library built on top of DynamoDB. It supports both coarse-grained and fine-grained locking.
Other
472 stars 85 forks source link

Updated docs and comments to reflect as Optional.absent #39

Open kaushikthedeveloper opened 5 years ago

kaushikthedeveloper commented 5 years ago

Description of changes: Code comments and Readme mentioned return value as Optional.absent which should be Optional.empty . Changes rectify the above.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.