Skip to content

Commit 747912c

Browse files
scmacdonbrmur
authored andcommitted
rolled in review comments
1 parent abb1e3c commit 747912c

File tree

1 file changed

+10
-10
lines changed
  • javav2/example_code/entityresolution

1 file changed

+10
-10
lines changed

javav2/example_code/entityresolution/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ Code examples that show you how to perform the essential operations within a ser
4545

4646
Code excerpts that show you how to call individual service functions.
4747

48-
- [CheckWorkflowStatus](src/main/java/com/example/entity/scenario/EntityResActions.java#L393)
49-
- [CreateMatchingWorkflow](src/main/java/com/example/entity/scenario/EntityResActions.java#L431)
50-
- [CreateSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L232)
51-
- [DeleteMatchingWorkflow](src/main/java/com/example/entity/scenario/EntityResActions.java#L198)
52-
- [DeleteSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L139)
53-
- [GetMatchingJob](src/main/java/com/example/entity/scenario/EntityResActions.java#L319)
54-
- [GetSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L282)
55-
- [ListSchemaMappings](src/main/java/com/example/entity/scenario/EntityResActions.java#L175)
56-
- [StartMatchingJob](src/main/java/com/example/entity/scenario/EntityResActions.java#L356)
57-
- [TagEntityResource](src/main/java/com/example/entity/scenario/EntityResActions.java#L518)
48+
- [CheckWorkflowStatus](src/main/java/com/example/entity/scenario/EntityResActions.java#L391)
49+
- [CreateMatchingWorkflow](src/main/java/com/example/entity/scenario/EntityResActions.java#L429)
50+
- [CreateSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L230)
51+
- [DeleteMatchingWorkflow](src/main/java/com/example/entity/scenario/EntityResActions.java#L196)
52+
- [DeleteSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L137)
53+
- [GetMatchingJob](src/main/java/com/example/entity/scenario/EntityResActions.java#L317)
54+
- [GetSchemaMapping](src/main/java/com/example/entity/scenario/EntityResActions.java#L280)
55+
- [ListSchemaMappings](src/main/java/com/example/entity/scenario/EntityResActions.java#L173)
56+
- [StartMatchingJob](src/main/java/com/example/entity/scenario/EntityResActions.java#L354)
57+
- [TagEntityResource](src/main/java/com/example/entity/scenario/EntityResActions.java#L516)
5858

5959

6060
<!--custom.examples.start-->

0 commit comments

Comments
 (0)