This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 3fcc038 Fix the wrong package name
3fcc038 is described below
commit 3fcc038a31eb46f6d85bfd31e0af159f50881c73
Author: vongosling <[email protected]>
AuthorDate: Wed Jul 31 17:38:16 2019 +0800
Fix the wrong package name
---
.../org/apache/rocketmq/common/protocol/route/TopicRouteDataTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/common/src/test/java/org/apache/rocketmq/common/protocol/route/TopicRouteDataTest.java
b/common/src/test/java/org/apache/rocketmq/common/protocol/route/TopicRouteDataTest.java
index 2057b74..764225d 100644
---
a/common/src/test/java/org/apache/rocketmq/common/protocol/route/TopicRouteDataTest.java
+++
b/common/src/test/java/org/apache/rocketmq/common/protocol/route/TopicRouteDataTest.java
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package org.apache.rocketmq.common.protocol;
+package org.apache.rocketmq.common.protocol.route;
import org.apache.rocketmq.common.protocol.route.BrokerData;