Add toString() method to HabReceiver.

koppelting
Bertrik Sikken 2017-08-22 02:00:16 +02:00
rodzic 0ebdf8ef20
commit a7787218df
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -27,4 +27,9 @@ public final class HabReceiver {
return location;
}
@Override
public String toString() {
return callSign;
}
}