Skip to content

Commit

Permalink
Cleanup InjectHeaders
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Nov 2, 2023
1 parent 3953c24 commit 54937db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public class InjectHeaders extends FeatureInjector implements RestTestTransformB

private static JsonNodeFactory jsonNodeFactory = JsonNodeFactory.withExactBigDecimals(false);

private Map<String, String> headers;
private Set<Function<ObjectNode, Boolean>> applyConditions;
private final Map<String, String> headers;
private final Set<Function<ObjectNode, Boolean>> applyConditions;

/**
* @param headers The headers to inject
Expand Down

0 comments on commit 54937db

Please sign in to comment.