HScarb commented on code in PR #4163:
URL: https://github.com/apache/rocketmq/pull/4163#discussion_r850661674


##########
broker/src/main/java/org/apache/rocketmq/broker/plugin/MessageStoreFactory.java:
##########
@@ -22,7 +22,7 @@
 import org.apache.rocketmq.store.MessageStore;
 
 public final class MessageStoreFactory {
-    public final static MessageStore build(MessageStorePluginContext context, 
MessageStore messageStore)
+    public  static MessageStore build(MessageStorePluginContext context, 
MessageStore messageStore)

Review Comment:
   Redundant space between `public` and `static`



-- 
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]

Reply via email to