JunjieChou opened a new pull request #542: URL: https://github.com/apache/incubator-eventmesh/pull/542
rename ```import org.apache.eventmesh.openschemaregistry.domain.*;``` to ```org.apache.eventmesh.schema.registry.server.domain.*;``` Fixes ISSUE #541. ### Motivation Seems that part of the package name of schema registry is renamed from openschemaregistry to schema.registry.server, but one of the packages imported in SubjectService.java is not changed. ### Modifications change import org.apache.eventmesh.openschemaregistry.domain.*; to import org.apache.eventmesh.schema.registry.server.domain.*; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
