Uprava po zmene hesiel na unipickach
This commit is contained in:
parent
73de386857
commit
7f5697b2a1
6 changed files with 51 additions and 20 deletions
|
|
@ -45,5 +45,15 @@ public class ServerBuilder {
|
|||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ServerBuilder{" +
|
||||
"host='" + host + '\'' +
|
||||
", username='" + username + '\'' +
|
||||
", password='" + password + '\'' +
|
||||
", path='" + path + '\'' +
|
||||
", port=" + port +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue