Skip to content

Commit 2028b84

Browse files
committed
Clean up exception message
1 parent 248a6cf commit 2028b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/cli/Option.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ private void add(final String value) {
494494
@Deprecated
495495
public boolean addValue(final String value) {
496496
throw new UnsupportedOperationException(
497-
"The addValue method is not intended for client use. " + "Subclasses should use the addValueForProcessing method instead. ");
497+
"The addValue method is not intended for client use. Subclasses should use the addValueForProcessing method instead.");
498498
}
499499

500500
/**

0 commit comments

Comments
 (0)