mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
clean code
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user