displayCatalog Methode hinzugefügt

Feature-LibraryService
elarturo 2024-11-18 23:35:20 +01:00
parent bcd4db028e
commit e4efb7150e
1 changed files with 1 additions and 0 deletions

View File

@ -74,4 +74,5 @@ public abstract class Medium {
public void setBorrowDate(LocalDate borrowDate) { public void setBorrowDate(LocalDate borrowDate) {
this.borrowDate = borrowDate; this.borrowDate = borrowDate;
} }
} }