Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moscicky committed Jan 20, 2025
1 parent f7c3e34 commit 4fa6faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private void ensureExistence(Integer schemaVersion, Integer schemaId) {
throw new RetryableReceiverError(
String.format(
"Requested schema not present yet for topic: %s, schemaVersion: %s, schemaId: %s",
topic, schemaVersion, schemaId),
topic.getQualifiedName(), schemaVersion, schemaId),
ex);
}
}
Expand Down

0 comments on commit 4fa6faf

Please sign in to comment.