[
https://issues.apache.org/jira/browse/ROCKETMQ-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030724#comment-16030724
]
ASF GitHub Bot commented on ROCKETMQ-207:
-----------------------------------------
GitHub user aCoder2013 opened a pull request:
https://github.com/apache/incubator-rocketmq/pull/108
[ROCKETMQ-207]Correct spelling mistake in RouteInfoManager.java
There is a spelling mistake in RouteInfoManager.java, it's a little
confusing and i think we should fix it.
```java
if (null == prevBrokerLiveInfo) {
log.info("new broker registerd, {} HAServer: {}",
brokerAddr, haServerAddr);
}
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aCoder2013/incubator-rocketmq
feature/correct-spelling-mistake
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rocketmq/pull/108.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #108
----
commit bfa7f1ac8bfac3334e6b307db4aabc66ad22f5e9
Author: SongWang <[email protected]>
Date: 2017-05-29T07:54:48Z
Update RouteInfoManager.java
fixed:spelling mistake
----
> Fix spelling mistake if RouteInfoManager.java
> ---------------------------------------------
>
> Key: ROCKETMQ-207
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-207
> Project: Apache RocketMQ
> Issue Type: Improvement
> Components: rocketmq-namesrv
> Reporter: acoder2014
> Assignee: Xiaorui Wang
> Priority: Minor
>
> There is a spelling mistake in RouteInfoManager.java, i think we should fix
> it.
> {code:title=RouteInfoManager.java|borderStyle=solid}
> if (null == prevBrokerLiveInfo) {
> log.info("new broker registerd, {} HAServer: {}",
> brokerAddr, haServerAddr);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)