Skip to content

Commit

Permalink
Make RubixInitializer#updateRubixConfiguration private
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Aug 6, 2020
1 parent b22131b commit 4b47fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private Configuration getRubixServerConfiguration()
return configuration;
}

void updateRubixConfiguration(Configuration config)
private void updateRubixConfiguration(Configuration config)
{
checkState(masterAddress != null, "masterAddress is not set");
setCacheDataEnabled(config, true);
Expand Down

0 comments on commit 4b47fff

Please sign in to comment.