Skip to content

Commit

Permalink
Don't make resetRequred static
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Jan 23, 2024
1 parent 7f3ffd7 commit 3e847b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public class SequenceBase {
private static MessagePublisher client;
private static SequenceBase activeInstance;
private static MessageBundle stashedBundle;
private boolean resetRequired = true;
private static boolean resetRequired = true;
private static boolean enableAllTargets = true;
private static boolean useAlternateClient;

Expand Down

0 comments on commit 3e847b1

Please sign in to comment.