Netflix / archaius

Library for configuration management API
Apache License 2.0
2.47k stars 486 forks source link

Align dynamic config example with the actual API #567

Open eladchen opened 5 years ago

eladchen commented 5 years ago

The example shows how to register a dynamic config, yet the example differs from the actual API. The config name should be provided to "addConfig", not to PollingDynamicConfig instantiation.