clean code

This commit is contained in:
hengyunabc
2020-06-24 21:50:35 +08:00
parent c83e9f65d2
commit 344cf00d30
2 changed files with 4 additions and 11 deletions
@@ -225,7 +225,7 @@ public class ArthasBootstrap {
* @param configure 配置信息
* @throws IOException 服务器启动失败
*/
public void bind(Configure configure) throws Throwable {
private void bind(Configure configure) throws Throwable {
long start = System.currentTimeMillis();