Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static AndHowCore getAndHowCore() {
/**
* Sets a new {@code AndHowCore}
*
* This inserts an entire new state into AndHow. Inserting a {@null} core
* This inserts an entire new state into AndHow. Inserting a {@code null} core
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!

* puts AndHow into a reset state that is invalid during production, but
* can be useful during testing. In this state, AndHow will allow itself
* to be reinitialized, which is not the intended operation during
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* Typical usage is {@code NonProductionConfig.instance()...}
*
* @author ericeverman
* @param <N>
*/
public class NonProductionConfig {

Expand Down