Skip to content

Commit

Permalink
Rename method according to review
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander van Delft committed Dec 6, 2024
1 parent 05dcf4a commit 9d6ec67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ private void InitializesProperties(bool isReadOnly)
this.Option = this.ValueSet.ActualOption is not null ? this.ValueSet.ActualOption?.Name : string.Empty;
this.State = this.ValueSet.ActualState is not null ? this.ValueSet.ActualState.Name : string.Empty;
this.Switch = this.ValueSet.ValueSwitch;
this.CalculateParameterGroupData();
this.CalculateParameterGroupPath();
}

/// <summary>
/// Calculate and set the values of <see cref="ParameterGroup"/> parameters
/// </summary>
private void CalculateParameterGroupData()
private void CalculateParameterGroupPath()
{
var parameterGroupPath = string.Empty;

Expand Down

0 comments on commit 9d6ec67

Please sign in to comment.