Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Nov 12, 2024
1 parent fddb9a8 commit 31a28b8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ public class Overrides {
private static final JsonPointer SCHEMAS = JsonPointer.of("components", "schemas");

public static final Overrides OVERRIDES = builder().withSchemas(
s -> s
.with(SCHEMAS.append("_common.analysis:TokenFilter"), so -> so.withShouldGenerate(ShouldGenerate.Always))
s -> s.with(SCHEMAS.append("_common.analysis:TokenFilter"), so -> so.withShouldGenerate(ShouldGenerate.Always))

// TODO: Remove this to generate property mapping types
.with(SCHEMAS.append("_common.mapping:Property"), so -> so.withShouldGenerate(ShouldGenerate.Never))
Expand Down

0 comments on commit 31a28b8

Please sign in to comment.