Skip to content

Added the initializeDefaultSchemas method to the SchemaStore interface

Cristina Pauna requested to merge fix/addMethodToSchemaStoreInterface into main

The initializeDefaultSchemas() method was added to the SchemaStoreImpl, but not the SchemaStore interface. This MR fixes that.

Merge request reports