Compare commits

..

No commits in common. "9c14f86b00ab2dde4da844367e8f9205c207e102" and "8c6c81e200768e1bf4a550c601db76cee87b9137" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -1,8 +0,0 @@
public interface GebietInterface {
int getJahr();
int getSchlüssel();
String getName();
long getGesamtEinkommen();
int getDurchschnittsEinkommen();
int getAnzahlEinwohner();
}