Skip to content

Commit

Permalink
chore(diffplug#2183): transient variable
Browse files Browse the repository at this point in the history
  • Loading branch information
l3r8yJ committed Sep 27, 2024
1 parent 6ff2c63 commit d5949fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class FlexmarkStep implements Serializable {
public static final String NAME = "flexmark-java";

private final Promised jarState;
private final MutableDataSet options;
private final transient MutableDataSet options;

private FlexmarkStep(
final Promised jarState,
Expand Down

0 comments on commit d5949fb

Please sign in to comment.