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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---