You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for noticing. The first one I will fix - that's actually because the create method has been added to an (unreleased) new version. I guess I updated the documentation too quickly!
As for # 2 - reloadConfigData is correct. That method comes from the superclass, ConfigurationHelper. I may change the example to use composition over inheritance, but for now, it uses inheritance.
I should mention - ConfigurationHelper is from version 1.2.0-SNAPSHOT, which isn't on Maven Central. You'll need to use our snapshots repository for it:
(ConfigurationHelper is, as the name implies, purely a boilerplate-reducing helper class. You can recreate it yourself if necessary or if you want to change the behavior.)
I bug in the wiki.
Error: SnakeYamlConfigurationFactory.create (configClass, ConfigurationOptions.defaults (), yamlOptions)
Fix: new SnakeYamlConfigurationFactory (configClass, ConfigurationOptions.defaults (), yamlOptions)
The text was updated successfully, but these errors were encountered: