Uprava po zmene hesiel na unipickach

This commit is contained in:
rasta5man 2025-05-05 12:57:45 +02:00
parent 73de386857
commit 7f5697b2a1
6 changed files with 51 additions and 20 deletions

View file

@ -35,6 +35,10 @@ public class Server {
public String toString() {
return "Server{" +
"host='" + host + '\'' +
", username='" + username + '\'' +
", password='" + password + '\'' +
", path='" + path + '\'' +
", port=" + port +
'}';
}
}