Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -85,7 +85,7 @@ import software.amazon.awssdk.services.dynamodb.model.ResourceNotFoundException;
|
||||
*
|
||||
* The service creates tables automatically, one for numbers, and one for strings.
|
||||
*
|
||||
* @see AbstractDynamoDBItem.fromState for details how different items are persisted
|
||||
* @see AbstractDynamoDBItem#fromStateNew for details how different items are persisted
|
||||
*
|
||||
* @author Sami Salonen - Initial contribution
|
||||
* @author Kai Kreuzer - Migration to 3.x
|
||||
|
||||
@@ -41,7 +41,7 @@ public class PageOfInterestSubscriber<T> implements Subscriber<T> {
|
||||
/**
|
||||
* Create new PageOfInterestSubscriber
|
||||
*
|
||||
* @param subscriber subscriber to get the page of interest
|
||||
* @param future subscriber to get the page of interest
|
||||
* @param pageIndex page index that we want subscribe
|
||||
* @param pageSize page size
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user