Skip to content

Commit

Permalink
Revert "CSSTUDIO-2371 Make setIsRecordingHistoryDisabled() "protected"."
Browse files Browse the repository at this point in the history
This reverts commit bca875f.
  • Loading branch information
abrahamwolk committed Aug 27, 2024
1 parent bca875f commit be5a85d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ private GoBackAndGoForwardActions() {
protected boolean getIsRecordingHistoryDisabled() {
return isRecordingHistoryDisabled;
}

protected void setIsRecordingHistoryDisabled(boolean isRecordingHistoryDisabled) {
public void setIsRecordingHistoryDisabled(boolean isRecordingHistoryDisabled) {
this.isRecordingHistoryDisabled = isRecordingHistoryDisabled;
}

Expand Down

0 comments on commit be5a85d

Please sign in to comment.