We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248a6cf commit 2028b84Copy full SHA for 2028b84
1 file changed
src/main/java/org/apache/commons/cli/Option.java
@@ -494,7 +494,7 @@ private void add(final String value) {
494
@Deprecated
495
public boolean addValue(final String value) {
496
throw new UnsupportedOperationException(
497
- "The addValue method is not intended for client use. " + "Subclasses should use the addValueForProcessing method instead. ");
+ "The addValue method is not intended for client use. Subclasses should use the addValueForProcessing method instead.");
498
}
499
500
/**
0 commit comments