MockGebietListe ergänzt

This commit is contained in:
Kevin Pfannenstiel 2022-12-06 15:08:52 +01:00
parent f7c24fb672
commit 3775b1c436
2 changed files with 6 additions and 0 deletions

View File

@ -23,4 +23,6 @@ public class GebietListe implements ListenInterface
{ {
this.gebiete = gebiete; this.gebiete = gebiete;
} }
} }

4
src/MockGebietListe.java Normal file
View File

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