Alonexc commented on code in PR #4257: URL: https://github.com/apache/eventmesh/pull/4257#discussion_r1270146427
########## eventmesh-storage-plugin/eventmesh-storage-mongodb/src/main/java/org/apache/eventmesh/storage/mongodb/utils/MongodbCloudEventUtil.java: ########## @@ -29,10 +29,12 @@ import io.cloudevents.SpecVersion; import io.cloudevents.core.builder.CloudEventBuilder; +import static org.apache.eventmesh.storage.mongodb.constant.MongodbConstants.*; Review Comment: checkstyle doesn't seem to support '. *' import. -- 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]
