cleanup with findbugs plugin

This commit is contained in:
jinyu
2016-05-03 13:54:14 +08:00
parent 205d9c4ee3
commit ce653e049d
10 changed files with 21 additions and 21 deletions
@@ -1,11 +1,11 @@
package com.foxinmy.weixin4j.server.test;
import io.netty.channel.ChannelHandlerContext;
import java.util.Set;
import org.springframework.context.ApplicationContext;
import io.netty.channel.ChannelHandlerContext;
import com.foxinmy.weixin4j.dispatcher.BeanFactory;
import com.foxinmy.weixin4j.exception.WeixinException;
import com.foxinmy.weixin4j.handler.DebugMessageHandler;
@@ -167,6 +167,6 @@ public class MessageServerStartup {
* @throws Exception
*/
public static void main(String[] args) throws Exception {
new MessageServerStartup().test1();
new MessageServerStartup().test2();
}
}