Skip to content

Commit

Permalink
publicize ccdb variation setter
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Oct 11, 2024
1 parent 516e89a commit 601d45e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void setTimestamp(String timestamp) {
scalerManager.setTimeStamp(timestamp);
}

private void setVariation(String variation) {
public void setVariation(String variation) {
translationManager.setVariation(variation);
fitterManager.setVariation(variation);
scalerManager.setVariation(variation);
Expand Down

0 comments on commit 601d45e

Please sign in to comment.