Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void registerSchema(final String topic) {
registerSchema(topic, schemaString);
}
} catch (Exception e) {
throw new RuntimeException("error occured while schema registeration " + e.getMessage());
throw new RuntimeException("error occurred while schema registeration " + e.getMessage());
}
}

Expand Down
Loading