Skip to content

Commit 53f8f8a

Browse files
ueokandezoewangg
authored andcommitted
chore: fix javadoc
1 parent 64f9464 commit 53f8f8a

File tree

1 file changed

+1
-1
lines changed
  • services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/mapper

1 file changed

+1
-1
lines changed

services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/mapper/MetaTableSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import software.amazon.awssdk.services.dynamodb.model.AttributeValue;
2626

2727
/**
28-
* An implementation of {@link TableSchema> that can be instantiated as an uninitialized reference and then lazily
28+
* An implementation of {@link TableSchema} that can be instantiated as an uninitialized reference and then lazily
2929
* initialized later with a concrete {@link TableSchema} at which point it will behave as the real object.
3030
* <p>
3131
* This allows an immutable {@link TableSchema} to be declared and used in a self-referential recursive way within its

0 commit comments

Comments
 (0)