Compare commits

..

No commits in common. "c7defb02a6fae619371528bf6d8cf58f1c3f3489" and "bb2d6179ede0cf3247f5fa433bd37d49e8558e5c" have entirely different histories.

2 changed files with 0 additions and 31 deletions

View File

@ -23,31 +23,4 @@ public class GebietListe implements ListenInterface
{
this.gebiete = gebiete;
}
public Gebiet getGebietMinDurchschnittsEinkommen()
{
}
public Gebiet getGebietMaxAnzahlEinwohner()
{
}
public int getAnzahlGesamt()
{
}
public int getAnzahlUnvollständig()
{
}
public List<Gebiet> getGebieteNachNamen(String namensanfang)
{
}
}

View File

@ -1,4 +0,0 @@
public class MockGebietListe
{
}