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

Fixing commenting curly braces to allow for JavaDoc to compile codebase #64

Closed justinwlin-amazon closed 2 years ago

justinwlin-amazon commented 2 years ago

Issue #, if available: The issue is that JavaDoc in order to deploy to Sonatype doesn't like the "{@" b/c it is expecting something there instead.

Description of changes: I just got rid of the curly braces.

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

justinwlin-amazon commented 2 years ago

Just updating pom.xml to match the actual one.