You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/14 17:34:23 UTC

[GitHub] [rocketmq] HScarb commented on a diff in pull request #4163: [ISSUE #4160]remove the final modifier of a method which is already in a final class

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org