Skip to content

Commit 03b7b6c

Browse files
committed
solve javadoc warnings
1 parent 0a754b4 commit 03b7b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powertools-idempotency/src/main/java/software/amazon/lambda/powertools/idempotency/persistence/DynamoDBPersistenceStore.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public Builder withKeyAttr(String keyAttr) {
275275
}
276276

277277
/**
278-
* DynamoDB attribute value for partition key (optional), by default "idempotency#<function-name>".
278+
* DynamoDB attribute value for partition key (optional), by default "idempotency#[function-name]".
279279
* This will be used if the {@link #sortKeyAttr} is set.
280280
*
281281
* @param staticPkValue name of the partition key attribute in the table

0 commit comments

Comments
 (0)