Initial commit of project.

master
cansu.tns 2022-10-24 14:57:17 +02:00
parent 6afc77fd77
commit de94045927
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class Bibliothek {
} else { } else {
buch.reduzierExemplar(); buch.reduzierExemplar();
student.buchAusleihen(buch); student.buchAusleihen(buch);
msg = "Das Buch " + "\"" + buch.getTitel() + "\"" + " wurde erfolgreich ausgeliehen"; msg = "Das Buch " + buch.getTitel() + " wurde erfolgreich ausgeliehen";
} }
return msg; return msg;
} }