ohne toString

This commit is contained in:
Madeleine Vigier 2022-12-06 14:50:57 +01:00
parent c02d32bddb
commit 0384ba5cc2

View File

@ -5,5 +5,5 @@ public interface GebietInterface {
long getGesamtEinkommen();
int getDurchschnittsEinkommen();
int getAnzahlEinwohner();
String toString();
}