Fix JavaDocs for DynamoDbMetaDataStore
https://build.spring.io/browse/INTEXT-AWS-JOB1-148
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user