Improve javadoc for all addons (#15667)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-09-30 21:49:12 +02:00
committed by GitHub
parent 0039e391cd
commit cbf4411034
618 changed files with 1106 additions and 1110 deletions

View File

@@ -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

View File

@@ -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
*/

View File

@@ -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));

View File

@@ -65,7 +65,6 @@ public class TestStoreMixedTypesTest extends BaseIntegrationTest {
@SuppressWarnings("null")
public void storeItemWithDifferentTypes() {
try {
// First writing two values with string item
{