Skip to content

Commit da1e23a

Browse files
Lee Hanniganrlhagerm
authored andcommitted
Adding closing tag
1 parent a9d45c9 commit da1e23a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

java/example_code/dynamodb/src/main/java/com/amazonaws/codesamples/document/DocumentAPILocalSecondaryIndexExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,4 @@ public static void loadData() {
326326

327327
}
328328

329-
// snippet-end:[dynamodb.java.codeexample.DocumentAPILocalSecondaryIndexExample]
329+
// snippet-end:[dynamodb.java.codeexample.DocumentAPILocalSecondaryIndexExampleV1]

javav2/example_code/dynamodb/src/main/java/com/example/dynamodb/DocumentAPILocalSecondaryIndexExample.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,5 @@ private static void putItem(Map<String, AttributeValue> item) {
239239
client.putItem(PutItemRequest.builder().tableName(tableName).item(item).build());
240240
}
241241
}
242+
243+
// snippet-end:[dynamodb.java.codeexample.DocumentAPILocalSecondaryIndexExample]

0 commit comments

Comments
 (0)