mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-12 03:19:53 +08:00
代码优化,由IDEA自动进行的Code Cleanup
This commit is contained in:
@@ -49,7 +49,6 @@ public class WxMpMessageRouterTest {
|
||||
}
|
||||
}).handler(new WxEchoMpMessageHandler(sb, "matcher")).end()
|
||||
.rule().async(async).handler(new WxEchoMpMessageHandler(sb, "ALL")).end();
|
||||
;
|
||||
}
|
||||
|
||||
@Test(dataProvider="messages-1")
|
||||
|
||||
Reference in New Issue
Block a user