Compare commits

..

No commits in common. "86c611ad15e5d41e6ed598404bc218c34322d5f5" and "671d863d26f231b8ebdca7ac45812b9772a2a5cc" have entirely different histories.

4 changed files with 2 additions and 19 deletions

View File

@ -2,7 +2,8 @@
public class Test { public class Test {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("XYZ"); System.out.println("ABC");
} }
} }

View File

@ -1,5 +0,0 @@
package domainBib;
public class Bibliothek {
}

View File

@ -1,8 +0,0 @@
package domainBib;
public abstract class Medium {
private String titel;
private int erscheinungsjahr;
private String fälligkeitsDatum;
private int kennnummer;
}

View File

@ -1,5 +0,0 @@
package guiBib;
public class BibliothekGUI {
}