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

@ -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 +
'}';
}
}