This commit is contained in:
Looly 2023-08-10 21:22:36 +08:00
parent 40118afda9
commit b5495eb58f

View File

@ -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
/** /**
* 获得主机名 * 获得主机名