Skip to content

Commit

Permalink
Remove deprecated getter (#21089)
Browse files Browse the repository at this point in the history
* Rm temporal version

* Remove temporal version

* Update the replayed workflow

* Remove quarantine information

* Remove deprecated getter
  • Loading branch information
benmoriceau authored Jan 9, 2023
1 parent 7a80e17 commit 443ebfc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ public WorkflowState(final UUID id, final WorkflowStateChangedListener stateChan
private boolean cancelled = false;
private boolean failed = false;
@Deprecated
@Getter(AccessLevel.NONE)
private final boolean resetConnection = false;
@Deprecated
@Getter(AccessLevel.NONE)
private final boolean continueAsReset = false;
@Deprecated
@Getter(AccessLevel.NONE)
private boolean quarantined = false;
private boolean success = true;
private boolean cancelledForReset = false;
@Deprecated
@Getter(AccessLevel.NONE)
private final boolean resetWithScheduling = false;
private boolean doneWaiting = false;
private boolean skipSchedulingNextWorkflow = false;
Expand Down

0 comments on commit 443ebfc

Please sign in to comment.