Skip to content

Commit

Permalink
Fix example formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
  • Loading branch information
harshavamsi committed May 16, 2023
1 parent eae9880 commit e455f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ String mappingJson =
""";


ObjectMapper mapper = new JsonMapper();
ObjectMapper mapper = new JsonMapper();
JsonpMapper jsonpMapper = new JacksonJsonpMapper(mapper);
IndexSettings settings;
try (JsonParser settingsParser = new JacksonJsonpParser(mapper.createParser(settingsJson))) {
Expand Down

0 comments on commit e455f3d

Please sign in to comment.