Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Jun 21, 2024
1 parent aff8a28 commit cf07196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public void init(
columnName = value;
value = tmp;
condition = condition.mirror();
} else{
} else {
conversionError = new RuntimeException("Column \"" + columnName
+ "\" doesn't exist in this table, available columns: " + tableDefinition.getColumnNames());
}
Expand Down

0 comments on commit cf07196

Please sign in to comment.