Skip to content

Commit

Permalink
Javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Jul 31, 2020
1 parent 68c21dc commit 7e1a22f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public EnvironmentVariableDefaultProvider() {
*
* @param environmentVariableName
* The name of the environment variable to read (e. g. {@code "JCOMMANDER_OPTS"}). Must not be {@code null}.
* @param optionPrefix
* @param optionPrefixes
* A set of characters used to indicate the start of an option (e. g. {@code "-/"} if option names may start with either dash or slash). Must not be {@code null}.
*/
public EnvironmentVariableDefaultProvider(final String environmentVariableName, final String optionPrefixes) {
Expand All @@ -72,7 +72,7 @@ public EnvironmentVariableDefaultProvider(final String environmentVariableName,
*
* @param environmentVariableName
* The name of the environment variable to read. May be {@code null} if the passed resolver doesn't use it (e. g. Unit Test).
* @param optionPrefix
* @param optionPrefixes
* A set of characters used to indicate the start of an option (e. g. {@code "-/"} if option names may start with either dash or slash). Must not be {@code null}.
* @param resolver
* Reads the value from the environment variable (e. g. {@code System::getenv}). Must not be {@code null}.
Expand Down

0 comments on commit 7e1a22f

Please sign in to comment.