Compare commits
No commits in common. "86c611ad15e5d41e6ed598404bc218c34322d5f5" and "671d863d26f231b8ebdca7ac45812b9772a2a5cc" have entirely different histories.
86c611ad15
...
671d863d26
|
@ -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");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
package domainBib;
|
|
||||||
|
|
||||||
public class Bibliothek {
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
package domainBib;
|
|
||||||
|
|
||||||
public abstract class Medium {
|
|
||||||
private String titel;
|
|
||||||
private int erscheinungsjahr;
|
|
||||||
private String fälligkeitsDatum;
|
|
||||||
private int kennnummer;
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
package guiBib;
|
|
||||||
|
|
||||||
public class BibliothekGUI {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue