Skip to content

Commit

Permalink
Clarify javadoc ConfigurationProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-costigliola committed Jul 27, 2019
1 parent 4c63e19 commit 811be90
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ public Configuration configuration() {
}

/**
* Makes sure that AssertJ loads any registered {@link Configuration}.
* Triggers loading any registered {@link Configuration}.
* <p>
* This method should be called before any user configuration changes to make sure these are not overridden by a registered {@link Configuration} later on.
*/
public static void loadRegisteredConfiguration() {
// does nothing but results in loading any registered Configuration as CONFIGURATION_PROVIDER is initialized
Expand Down

0 comments on commit 811be90

Please sign in to comment.