Skip to content

Commit

Permalink
fix(finos#1520): Replaced IllegalStateException with ValidationExcept…
Browse files Browse the repository at this point in the history
…ion and custom message
  • Loading branch information
cdowding-sl committed Nov 11, 2019
1 parent 4da8330 commit af6d539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public Stream<DataBagValue> generate(Field field, FieldSpec spec) {
private Stream<Object> getDataValues(FieldValueSource source, boolean unique) {
if (unique) {
return source.generateAllValues();
}
}

switch (dataType) {
case FULL_SEQUENTIAL:
Expand Down

0 comments on commit af6d539

Please sign in to comment.