Skip to content

Commit

Permalink
Improve UserError message in createActiveOptions() (#3530)
Browse files Browse the repository at this point in the history
  • Loading branch information
PRITI1999 authored Jul 31, 2020
1 parent e8be209 commit c46765e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ private Map<String, String> createActiveOptions(Map<String, String> options) {
+ " At most one separator "
+ OPTION_SEPARATOR
+ " expected, but found "
+ split.length
+ (split.length - 1)
+ ".");
}
}
Expand Down

0 comments on commit c46765e

Please sign in to comment.