mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
40118afda9
commit
b5495eb58f
@ -25,7 +25,9 @@ public class Connector {
|
|||||||
private String password;
|
private String password;
|
||||||
private String group;
|
private String group;
|
||||||
|
|
||||||
// ----------------------------------------------------------------------- 构造 start
|
/**
|
||||||
|
* 构造
|
||||||
|
*/
|
||||||
public Connector() {
|
public Connector() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -56,7 +58,6 @@ public class Connector {
|
|||||||
this.user = user;
|
this.user = user;
|
||||||
this.password = password;
|
this.password = password;
|
||||||
}
|
}
|
||||||
// ----------------------------------------------------------------------- 构造 end
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获得主机名
|
* 获得主机名
|
||||||
|
Loading…
x
Reference in New Issue
Block a user