UCA-1: find customers update

This commit is contained in:
2023-09-14 14:59:47 +01:00
parent cdc81b4517
commit cd95e2c7fd
6 changed files with 40 additions and 20 deletions
@@ -79,14 +79,14 @@ public final class TicketInfo implements SerializableRead, Externalizable {
private Double nsum;
private int ticketstatus;
private static String Hostname;
private static String hostname;
public static void setHostname(String name) {
Hostname=name;
hostname =name;
}
public static String getHostname() {
return Hostname;
return hostname;
}
/** Creates new TicketModel */