eeverman / andhow

Java configuration simplified.
https://www.andhowconfig.org
Apache License 2.0
23 stars 34 forks source link

JavaDocs for JUnit5 extension is incorrect #734

Closed eeverman closed 2 years ago

eeverman commented 2 years ago

Describe the bug The Javadocs for includes this:

AndHow.findConfig()
  .addFixedValue([AndHowProperty reference or name], [Value for that Property])
  .addFixedValue(...)
  .build();

The inclusion of build() is incorrect - that method was removed in this release.

Also check gitBook examples.

eeverman commented 2 years ago

Fixed by #735