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