Skip to content

Commit

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

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

Expand Down

0 comments on commit bca875f

Please sign in to comment.