Skip to content

Commit 36fdd6a

Browse files
committed
added new SOS Yaml file
1 parent 7a5c706 commit 36fdd6a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
entityresolution_CreateSchemaMapping:
2+
languages:
3+
Java:
4+
versions:
5+
- sdk_version: 2
6+
github: javav2/example_code/entityresolution
7+
excerpts:
8+
- description:
9+
snippet_tags:
10+
- entityres.java2_create_schema.main
11+
services:
12+
entityresolution: {CreateSchemaMapping}

javav2/example_code/entityresolution/src/main/java/com/example/entity/scenario/EntityResScenario.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ Amazon Web Services (AWS) that helps organizations extract, link, and
241241
logger.info(DASHES);
242242
logger.info("This concludes the AWS Entity Resolution scenario.");
243243
logger.info(DASHES);
244-
245-
246244
}
247245

248246
private static void waitForInputToContinue(Scanner scanner) {

0 commit comments

Comments
 (0)