Fix JavaDocs for DynamoDbMetaDataStore

https://build.spring.io/browse/INTEXT-AWS-JOB1-148
This commit is contained in:
Artem Bilan
2018-05-22 17:03:11 -04:00
parent 598384bc8c
commit ffb4a6afe6

View File

@@ -126,7 +126,7 @@ public class DynamoDbMetaDataStore implements ConcurrentMetadataStore, Initializ
/**
* Configure a period in seconds for items expiration.
* If it is configured to non-positive value (<= 0), the TTL is disabled on the table.
* If it is configured to non-positive value ({@code <= 0}), the TTL is disabled on the table.
* @param timeToLive period in seconds for items expiration.
* @since 2.0
* @see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TTL.html">DynamoDB TTL</a>