You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by gi...@git.apache.org on 2017/09/30 01:45:42 UTC

[GitHub] aCoder2013 commented on a change in pull request #108: [ROCKETMQ-207]Correct spelling mistake in RouteInfoManager.java

aCoder2013 commented on a change in pull request #108: [ROCKETMQ-207]Correct spelling mistake in RouteInfoManager.java
URL: https://github.com/apache/incubator-rocketmq/pull/108#discussion_r141994341
 
 

 ##########
 File path: namesrv/src/main/java/org/apache/rocketmq/namesrv/routeinfo/RouteInfoManager.java
 ##########
 @@ -205,7 +205,7 @@ private void createAndUpdateQueueData(final String brokerName, final TopicConfig
             queueDataList = new LinkedList<QueueData>();
             queueDataList.add(queueData);
             this.topicQueueTable.put(topicConfig.getTopicName(), queueDataList);
-            log.info("new topic registerd, {} {}", topicConfig.getTopicName(), queueData);
+            log.info("new topic registered, {} {}", topicConfig.getTopicName(), queueData);
 
 Review comment:
   @Jaskey Fixed ,man 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services