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 @@ -29,8 +29,6 @@ public void setup() {

// Subclass should override this method if it needs to register more than one schemas.
protected void registerSchemas() {
// Register this schema with the runtime to support processing of nested messages.
Protobuf.getInstance().registerSchemaOverride(schema.newInstance().getClass(), schema);
}

protected abstract Schema<T> schema();
Expand Down
Loading