Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rodesai committed Aug 10, 2018
1 parent e4c942d commit 5024527
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ protected SchemaKTable buildTable(final PlanNode node,
&& !SchemaUtil.matchFieldName(schemaKStream.getKeyField(), keyFieldName)) {
throw new KsqlException(
String.format(
"Source table (%s) key column (%s) " +
"is not the column used in the join criteria (%s).",
"Source table (%s) key column (%s) "
+ "is not the column used in the join criteria (%s).",
tableName,
schemaKStream.getKeyField().name(),
keyFieldName
Expand Down

0 comments on commit 5024527

Please sign in to comment.