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
|
||||
*/
|
||||
|
||||
@@ -100,7 +100,6 @@ public class DynamoDBTableNameResolverTest extends BaseIntegrationTest {
|
||||
criteria.setItemName(item.getName());
|
||||
|
||||
try {
|
||||
|
||||
// Old tables do not exit --> resolves to new schema
|
||||
assertEquals(ExpectedTableSchema.NEW, resolveMaybeLegacy(legacyService, executor));
|
||||
|
||||
|
||||
@@ -65,7 +65,6 @@ public class TestStoreMixedTypesTest extends BaseIntegrationTest {
|
||||
|
||||
@SuppressWarnings("null")
|
||||
public void storeItemWithDifferentTypes() {
|
||||
|
||||
try {
|
||||
// First writing two values with string item
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user